RE: Still struggeling: howto get ActionForward to calling page

2003-08-14 Thread Rohit Aeron
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 5:12 PM To: Struts Users Mailing List Subject: Re: Still struggeling: howto get ActionForward to calling page yeap, that's something in a way i thought of as 'dirty fix' for a framework. As i am looking into stru

RE: Still struggeling: howto get ActionForward to calling page

2003-08-09 Thread Yansheng Lin
iling List' Subject: RE: Still struggeling: howto get ActionForward to calling page This is definitely what I would do. And just to be more clear, I would copy that action mapping into as many new ones as you need. Just change the name and input page, then you should be all set. Also, if you do

Re: Howto get ActionForward to calling Page?

2003-08-09 Thread Deepak
Try new ActionForward(mapping.getInput()) deepak - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:17 PM Subject: Howto get ActionForward to calling Page? > Hi, > > looking for a way to get an ActionForwar

Still struggeling: howto get ActionForward to calling page

2003-08-09 Thread asaupp
Hi, i am still looking for a clean way to get an ActionForward to the page that called my current Action. That means e.g. I am a displayListAction and have been called by a selection screen. In case i don't find a result for the selection parameters I would like to bring a specific error to t

RE: Howto get ActionForward to calling Page?

2003-08-08 Thread Kamholz, Keith (corp-staff) USX
ubject: Re: Howto get ActionForward to calling Page? Try new ActionForward(mapping.getInput()) deepak - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:17 PM Subject: Howto get ActionForward to calling Page? > Hi,

RE: Still struggeling: howto get ActionForward to calling page

2003-08-07 Thread Kamholz, Keith (corp-staff) USX
there are validation errors. I think this is the best solution by far. - Keith -Original Message- From: Rohit Aeron [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 8:23 AM To: Struts Users Mailing List Subject: RE: Still struggeling: howto get ActionForward to calling page

Re: Still struggeling: howto get ActionForward to calling page

2003-08-06 Thread asaupp
CTED]> Subject: Re: Still struggeling: howto get ActionForward to calling page [ Double-click this line for list subscription options ] The input attribute on the action mapping is what you specify for the return page when validation of the form bean fails, so that is not going to

Howto get ActionForward to calling Page?

2003-08-06 Thread asaupp
Hi, looking for a way to get an ActionForward to the page calling the current servlet. Example: Want to realize 5-XX pages where to enter values for a calculation. The calculation & result page would check if everything entered was fine (using db queries etc..) Now in case that one of the i

RE: Still struggeling: howto get ActionForward to calling page

2003-08-06 Thread Melzer, Steven
CTED] [mailto:[EMAIL PROTECTED] Sent: Wed 8/6/2003 3:26 AM To: [EMAIL PROTECTED] Cc: Subject: Still struggeling: howto get ActionForward to calling page Hi, i am still looking for a clean way to get an ActionForward to the

Re: Still struggeling: howto get ActionForward to calling page

2003-08-06 Thread Adam Hardy
quot; <[EMAIL PROTECTED]> Date sent: Wed, 06 Aug 2003 10:50:00 +0200 From: Adam Hardy <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Still struggeling: howto get ActionForw

Re: Still struggeling: howto get ActionForward to calling page

2003-08-06 Thread Adam Hardy
The input attribute on the action mapping is what you specify for the return page when validation of the form bean fails, so that is not going to help you. The easiest solution I can think of is to put a hidden field in your selection screens with the screen's URL in it. Alternatively you coul

(Fwd) Re: Howto get ActionForward to calling Page?

2003-08-05 Thread asaupp
ECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Howto get ActionForward to calling Page? Date sent: Tue, 5 Aug 2003 16:31:01 +0530 [ Double-click this line for list subscription options ] Try new ActionF