RE: Help needded on Struts-config file

2002-02-22 Thread Lundin, Michael
My understanding of the input is that it's a mapping to the document that submits the form. For this example, it's the page that presents you with the username/password screen. This way if there is an error, you can send the user back to the input screen that they came from. -Original

RE: Help needded on Struts-config file

2002-02-22 Thread subhendukumar mohanty
Is this element is mandatory in action mapping? -Original Message- From: Lundin, Michael [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 3:41 PM To: 'Struts Users Mailing List' Subject: RE: Help needded on Struts-config file My understanding of the input is that it's

RE: Help needded on Struts-config file

2002-02-22 Thread Kanoza, Douglas (NCI)
: Friday, February 22, 2002 3:41 PM To: 'Struts Users Mailing List' Subject: RE: Help needded on Struts-config file My understanding of the input is that it's a mapping to the document that submits the form. For this example, it's the page that presents you with the username/password screen

RE: Help needded on Struts-config file

2002-02-22 Thread subhendukumar mohanty
Thanks Is that the only functionality of input tag or it is used for anything else. -Original Message- From: Kanoza, Douglas (NCI) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 3:50 PM To: 'Struts Users Mailing List' Subject: RE: Help needded on Struts-config file

RE: Help needded on Struts-config file

2002-02-22 Thread Kanoza, Douglas (NCI)
I think that's all there is, but I could be wrong. I'm pretty new at this myself. -Original Message- From: subhendukumar mohanty [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 3:50 PM To: Struts Users Mailing List Subject: RE: Help needded on Struts-config file Thanks

Re: Help needded on Struts-config file

2002-02-22 Thread dderry
Subhendu, I'm not one of the experts, but I do know one way in which 'input' is used by the controller. This specifies the page to which the user will be returned if the ActionForm fails validation. You can also us it in you Action class by returning new ActionForward( mapping.getInput() ) if

Re: Help needded on Struts-config file

2002-02-22 Thread dderry
No - Original Message - From: subhendukumar mohanty [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, February 22, 2002 3:42 PM Subject: RE: Help needded on Struts-config file Is this element is mandatory in action mapping? -Original Message