how to know what error is displayed in jsp

2008-02-09 Thread hardc0d3r
the user can notice it immediately.. -- View this message in context: http://www.nabble.com/how-to-know-what-error-is-displayed-in-jsp-tp15371901p15371901.html Sent from the Struts - User mailing list archive at Nabble.com. - To

Re: how to know what error is displayed in jsp

2008-02-09 Thread Antonio Petrelli
2008/2/9, hardc0d3r <[EMAIL PROTECTED]>: > > in a form or action class, you can set an ActionError or ActionMessage. i am > wondering if there is a way in jsp that i can know what error occurred in > the validation. for example, the username field is left blank so i will add > it to the errors. i w

Re: how to know what error is displayed in jsp

2008-02-09 Thread Dave Newton
ld is left blank so i will add > it to the errors. i want to be able to highlight that field so that the > user > can notice it immediately.. > -- > View this message in context: > http://www.nabble.com/how-to-know-what-error-is-displayed-in-jsp-tp15371901p15371901.html > Sent f

Re: how to know what error is displayed in jsp

2008-02-09 Thread Laurie Harper
Antonio Petrelli wrote: 2008/2/9, hardc0d3r <[EMAIL PROTECTED]>: in a form or action class, you can set an ActionError or ActionMessage. i am wondering if there is a way in jsp that i can know what error occurred in the validation. for example, the username field is left blank so i will add it t