I have a 
<html:errors/>
tag in my   form  page and if there are errors, I would like to display more
than the message from 
my resource bundle if errors are presant, 

I would like to do something like

// if errors exist, do some additional displaying of stuff
<logic:present name="errors" scope="request"> 
        <%
                // do some specific stuff here
        %>
</logic:present> 

can someone point me to exmple,  thanks


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Struts-apps mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/struts-apps

Reply via email to