Re: not displaying Action errors

2008-08-11 Thread Narasimha Raju Naidu
gt; } > return errors; > } > And write this on your login jsp infront of your fields or anywhere else > where you want to display the message > > > > > That will solve your issue > take care > Bye > > -Original Message- > From: Richard Yee

RE: not displaying Action errors

2008-08-11 Thread Umar Bilal
] Sent: Tuesday, August 12, 2008 7:48 AM To: Struts Users Mailing List Subject: Re: not displaying Action errors Have you debugged your code with a source level debugger? Are you sure that the error messages are getting added? -R Narasimha Raju Naidu wrote: > thanks for your reply. but itz not worki

Re: not displaying Action errors

2008-08-11 Thread Richard Yee
Have you debugged your code with a source level debugger? Are you sure that the error messages are getting added? -R Narasimha Raju Naidu wrote: thanks for your reply. but itz not working. im getting the same output. for reference im sending screen shot of that output please check once. Rega

RE: not displaying Action errors

2008-08-10 Thread Umar Bilal
care bye -Original Message- From: Narasimha Raju Naidu [mailto:[EMAIL PROTECTED] Sent: Saturday, August 09, 2008 12:22 PM To: user@struts.apache.org Subject: not displaying Action errors hi to all, im sending my code please check where i am doing mistake for

Re: not displaying Action errors

2008-08-10 Thread Narasimha Raju Naidu
thanks for your reply. but itz not working. im getting the same output. for reference im sending screen shot of that output please check once. Regards, - On Sun, Aug 10, 2008 at 9:55 PM, Richard Yee <[EMAIL PROTECTED]> wrote: > You are using == to test string equality instead of equ

Re: not displaying Action errors

2008-08-10 Thread Richard Yee
You are using == to test string equality instead of equals() -R Sent from my iPhone On Aug 8, 2008, at 11:52 PM, "Narasimha Raju Naidu" <[EMAIL PROTECTED]> wrote: hi to all, im sending my code please check where i am doing mistake form.jsp --- <%@ taglib uri="/tags/str

not displaying Action errors

2008-08-08 Thread Narasimha Raju Naidu
hi to all, im sending my code please check where i am doing mistake form.jsp --- <%@ taglib uri="/tags/struts-html" prefix="html"%> User Name Password - formbean ---