Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
ni" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Wednesday, September 29, 2004 9:25 AM > Subject: Error Handling in Struts > > Hi, > > I have a JSP Page which has two dropdown fields. If the user selects > so

Re: Error Handling in Struts

2004-09-29 Thread James Mitchell
- Original Message - From: "Priya Jotwani" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 9:25 AM Subject: Error Handling in Struts Hi, I have a JSP Page which has two dropdown fields. If the u

Re: Error Handling in Struts

2004-09-29 Thread Erik Weber
Where is the complication? During validation? If so, perhaps using requiredif/validwhen rules would help. This way, the validator can be told to forego validation on the second field if the value of the first field passes some test (matches some value). A common example of this is where you hav

RE: Error Handling in Struts

2004-09-29 Thread Gupta, Sahil
Turn the validation off on the second dropdown. -Original Message- From: Kranti Parisa [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:39 AM To: Struts Users Mailing List Subject: Re: Error Handling in Struts How u r getting the error message.. urself has done something

RE: Error Handling in Struts

2004-09-29 Thread Priya Jotwani
t: Re: Error Handling in Struts How u r getting the error message.. urself has done something for it.. is that error message u r getting is a javascript alert?? or u r getting that frm application.properties file??? i mean java side??? On Wed, 29 Sep 2004 18:55:19 +0530, Priya Jotwani <[EMAIL P

Re: Error Handling in Struts

2004-09-29 Thread Kranti Parisa
How u r getting the error message.. urself has done something for it.. is that error message u r getting is a javascript alert?? or u r getting that frm application.properties file??? i mean java side??? On Wed, 29 Sep 2004 18:55:19 +0530, Priya Jotwani <[EMAIL PROTECTED]> wrote: > Hi, > > I hav

Error Handling in Struts

2004-09-29 Thread Priya Jotwani
Hi, I have a JSP Page which has two dropdown fields. If the user selects something from first dropdown and doesn't selects anything from the second dropdown, it displays me an error message saying "This field is required". But now I have a scenario wherein, on selecting a particular value from