In my JSP page, how do I check if the errors for a field that are rendered
by the stripes:errors tag is not empty?

In some places I need to display them under the field and use a line break
before them, and in some places I need to display them next to the field
without the line break. Due to this I can't use the "stripes.fieldErrors.X"
properties because it affects everything.

What I need to do is conditionally insert the line breaks in the places
where it is appropriate. I am assuming they are hidden as a request
attribute, but what is the key for them? What about the collection that
stripes:messages renders?

Thanks

Chris
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to