Displaying Errors in JSP !!

2003-09-15 Thread Dhanunjaya Gotur
Hi, I am new to Struts and I am using Struts1.1 and my question is How to display an Error Message in my Login JSP (Which is having two fields 1. Login ID 2. Password) So When User enters LoginID and incorrect password ., I should display a message in my JSP something like The password you

Re: Displaying Errors in JSP !!

2003-09-15 Thread Ritvik
Hi There, Please have a look at html:errors tag posting earlier today.. There are couple of responses th that thread. They will help you. Ritvik Dhanunjaya Gotur wrote: Hi, I am new to Struts and I am using Struts1.1 and my question is How to display an Error Message in my Login JSP

Re: Displaying Errors in JSP !!

2003-09-15 Thread Dhanunjaya Gotur
Hi Rthvik, Thanx ..and is it possible to do the same thing with validator.xml Cheer's Dhanu. - Original Message - From: Ritvik [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, September 15, 2003 9:20 PM Subject: Re: Displaying Errors in JSP !! Hi