Re: (RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-11 Thread Sandeep Takhar
] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: (RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput()) Date: Thu, 10 Jul 2003 13:56:51 -0700 (PDT) obvious guy asks: your input has always been

(RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-10 Thread Yansheng Lin
Read backwards:). Interested in finding out why. -Original Message- From: Adam Levine [mailto:[EMAIL PROTECTED] Sent: July 8, 2003 4:01 PM To: [EMAIL PROTECTED] Subject: RE: using getInputForward vs new ActionForward(mapping.getInput()) Or, I can just tie the errors into my session

Re: (RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-10 Thread Sandeep Takhar
, 2003 4:01 PM To: [EMAIL PROTECTED] Subject: RE: using getInputForward vs new ActionForward(mapping.getInput()) Or, I can just tie the errors into my session object and use my own tags to pull and push them as needed (still ugly, but keeps the url clean). Perhaps there's a struts

Re: (RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-10 Thread Adam Levine
: Sandeep Takhar [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: (RE-POST) RE: using getInputForward vs new ActionForward(mapping.getInput()) Date: Thu, 10 Jul 2003 13:56:51 -0700 (PDT) obvious guy asks: your input has

RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-08 Thread Yansheng Lin
So you are saying that error.isEmpty() returns false, but html:errors/ doesn't display anything? This is happening 'cause you use redirect instead of forward. Also You might want to try System.out.println(mapping.getInput()) to see if you are going back to the right page. You might be

RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-08 Thread Adam Levine
: using getInputForward vs new ActionForward(mapping.getInput()) Date: Tue, 8 Jul 2003 14:55:45 -0600 So you are saying that error.isEmpty() returns false, but html:errors/ doesn't display anything? This is happening 'cause you use redirect instead of forward. Also You might want to try

RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-08 Thread Yansheng Lin
] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: using getInputForward vs new ActionForward(mapping.getInput()) Date: Tue, 8 Jul 2003 14:55:45 -0600 So you are saying that error.isEmpty() returns false, but html:errors/ doesn't display anything? This is happening 'cause you use redirect

RE: using getInputForward vs new ActionForward(mapping.getInput())

2003-07-08 Thread Adam Levine
List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: using getInputForward vs new ActionForward(mapping.getInput()) Date: Tue, 8 Jul 2003 15:30:24 -0600 Huh. I am surprised that it worked for you before. And yes, if you want the URL to change in the address bar, you