Let me elaborate a little:

As I understand it the Validator uses the ActionErrors queue. This means that I'll 
have to code this in my jsp-page:

 <html:messages id="error" message="false"> 
 <BR><bean:write name="error"/>
 </html:messages> 

If I use the ActionMessages queue for my own validation - or error handling in general 
- in my Action classes, then I'll also have to code this in my jsp-pages:

 <html:messages id="error" message="true"> 
 <BR><bean:write name="error"/>
 </html:messages> 

So the net result is that my jps-pages becomes more clumsy. 

My question is really: is it possible to direct messages from the Validator to the 
ActionMessages queue?

If not: how is it then possible to deprecate the ActionErrors queue?    
 



____________________________________________________________
Enter for a chance to win one year's supply of allergy relief!
http://ad.doubleclick.net/clk;6413623;3807821;f?http://mocda3.com/1/c/563632/125699/307982/307982
This offer applies to U.S. Residents Only

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to