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
]
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
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
Hi I went through your code it looks absolutely fine except that
ActionError is obsolute now use ActionMessage instead. That could be a
reason since your error is on validation. Try this and if you couldn't
get the desired result is suggest you do the validation using
ResourceBundle.
Take care
b
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
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
6 matches
Mail list logo