Our front-end guy is asking for us to modify how our component feedback
messages render.  In particular he wants tags around EACH MESSAGE like so:

  
    
      //Error: This is the message.
      
    
    

I added an override for the ComponentFeedbackPanel java and html to make
everything spans, and I see onComponentTag as a way to add attributes to the
top level span, but I am not sure how to get access to the individual
message spans or how to write the extra tags before and after the message.

--
Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to