RE: FW: mapping.getInput()

2006-05-02 Thread Tarek Nabil
arek Nabil Subject: Re: FW: mapping.getInput() Used return mapping.getInputForward(); with no change in the result. Tarek Nabil <[EMAIL PROTECTED]> wrote: Not that it has anything to do with your problem, but why are you doing it this way? Why don't you do

Re: FW: mapping.getInput()

2006-05-02 Thread Pat Slater
m, but why are you doing it this way? Why don't you do return mapping.getInputForward(); -Original Message- From: Pat Slater [mailto:[EMAIL PROTECTED] Sent: Sunday, April 30, 2006 7:22 PM To: user@struts.apache.org Subject: mapping.getInput() When returning back to the input html f

Re: FW: mapping.getInput()

2006-05-02 Thread Pat Slater
Pat Slater [mailto:[EMAIL PROTECTED] Sent: Sunday, April 30, 2006 7:22 PM To: user@struts.apache.org Subject: mapping.getInput() When returning back to the input html form page on Exception, mapping.getInput() returns correctly to that page but the form-fields entered by the user are not there anymor

FW: mapping.getInput()

2006-05-01 Thread Tarek Nabil
bject: mapping.getInput() When returning back to the input html form page on Exception, mapping.getInput() returns correctly to that page but the form-fields entered by the user are not there anymore. This is a part of my code: public ActionForward saveMethod(ActionMapping mapping, ActionForm

mapping.getInput()

2006-04-30 Thread Pat Slater
When returning back to the input html form page on Exception, mapping.getInput() returns correctly to that page but the form-fields entered by the user are not there anymore. This is a part of my code: public ActionForward saveMethod(ActionMapping mapping, ActionForm form

tiles - mapping.getInput()

2005-04-29 Thread rmanchu
hi menuAction and formAction are tiles definitions i've defined. both works fine - i can see from the first action mapping what i want to do here is that, if form validation fails, it should forward to the tiles definition formAction. (though not shown