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
Martin Sorry perhaps I did not explain the issue well enough... The problem is that there is no code (at least not in the .jsp) to fill in 'sometarget'.. I do not know what the target should be until after I evaluate the submitted ActionForm. Others have suggested that I use javascript in a ta

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: 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