ActionErrors configuration

2003-11-03 Thread Ramesh Bobba
Hi, I am trying to configure my app so that when some of the text fields are not populated, I show errors and redisplay the same page. The configuration I have is: action path=/systemDetails type=com.paycycle.profile.actions.SystemDetailsAction name=systemDetailForm scope=request

Re: ActionErrors configuration

2003-11-03 Thread Mikael Eriksson - Swedish Connection
You should have the name of the jsp with the form (or possible the action that leads to the form page, with the .do extension) as the input. So your action would have input=/systemDetails.jsp if that is the name of your jsp page. Regards At 13:10 2003-11-03 -0800, you wrote: Hi, I am trying

RE: ActionErrors configuration

2003-11-03 Thread Ramesh Bobba
, November 03, 2003 1:11 PM To: Struts Users Mailing List Subject: Re: ActionErrors configuration You should have the name of the jsp with the form (or possible the action that leads to the form page, with the .do extension) as the input. So your action would have input=/systemDetails.jsp

RE: ActionErrors configuration

2003-11-03 Thread Mikael Eriksson - Swedish Connection
Message- From: Mikael Eriksson - Swedish Connection [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 1:11 PM To: Struts Users Mailing List Subject: Re: ActionErrors configuration You should have the name of the jsp with the form (or possible the action that leads to the form page

RE: ActionErrors configuration

2003-11-03 Thread Syed, Nazeer
To: [EMAIL PROTECTED] Subject: ActionErrors configuration Hi, I am trying to configure my app so that when some of the text fields are not populated, I show errors and redisplay the same page. The configuration I have is: action path=/systemDetails type