RE: Conditional forward to target page on form submittal

2004-12-10 Thread John McCosker
bject: RE: Conditional forward to target page on form submittal Hi Joe I am beginning to think you are right - care to offer some sample javascript?? db -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 21:19 To: David Bolsover; [EMAIL PROTECTED] Su

RE: Conditional forward to target page on form submittal

2004-12-10 Thread David Bolsover
Hi Joe I am beginning to think you are right - care to offer some sample javascript?? db -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 21:19 To: David Bolsover; [EMAIL PROTECTED] Subject: Re: Conditional forward to target page on form submittal

RE: Conditional forward to target page on form submittal

2004-12-10 Thread David Bolsover
ut is how to return to a specifc named target page. db -Original Message- From: Dakota Jack [mailto:[EMAIL PROTECTED] Sent: 09 December 2004 23:01 To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Conditional forward to target page on form submittal Hi, David, This seems to

RE: Conditional forward to target page on form submittal

2004-12-10 Thread David Bolsover
PROTECTED] Subject: Re: [Spam] Conditional forward to target page on form submittal David- Cant make an intelligent decision without looking at your code which fills in 'sometarget' Martin- - Original Message - From: "David Bolsover" <[EMAIL PROTECTED]> To: &l

Re: Conditional forward to target page on form submittal

2004-12-09 Thread Dakota Jack
Hi, David, This seems to be a fairly easy problem if there are no considerations other than these. If you don't know which response page you want to send make until after you receive a request, then you just make the decision during the execution of the Action with different ActionForward objects

Re: [Spam] Conditional forward to target page on form submittal

2004-12-09 Thread Laconia Data Systems
David- Cant make an intelligent decision without looking at your code which fills in 'sometarget' Martin- - Original Message - From: "David Bolsover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 4:16 PM Subject: [Spam] Condi

Re: Conditional forward to target page on form submittal

2004-12-09 Thread Joe Germuska
At 9:16 PM + 12/9/04, David Bolsover wrote: I need to extend an existing application with a conditional forward to a specified page following form submittal. For example forward name="top" path="/toppage.jsp" ... needs to forward to named target page "top" forward name="side" path="/sidepage

Conditional forward to target page on form submittal

2004-12-09 Thread David Bolsover
I need to extend an existing application with a conditional forward to a specified page following form submittal. For example forward name="top" path="/toppage.jsp" ... needs to forward to named target page "top" forward name="side" path="/sidepage.jsp" ... needs to forward to named target pag