Re: Page navigation links

2004-12-18 Thread Cliff
Is the Action path include the parameter I pass in the request ? For an example: Form A to B, I will pass code='Bcode' in Action B Form B to C, I will pass code='Ccode' in Action C If I back Form C to B, I need to pass code='Bcode' The Question is Is the Action path will include this 'Bcode' If

RE: Page navigation links

2004-12-17 Thread David G. Friedman
, December 17, 2004 12:25 PM To: Struts Users Mailing List Subject: RE: Page navigation links > -Original Message- > From: Donie Kelly [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 9:51 AM > To: Struts Users Mailing List > Subject: Page navigation lin

Re: Page navigation links

2004-12-17 Thread Derek Broughton
On Friday 17 December 2004 13:25, Jim Barrows wrote: > > From: Donie Kelly [mailto:[EMAIL PROTECTED] > > > > Anybody got an example of how to implement a page navigation > > link for the > > top of a page like so... > > > > Home > MainFgorm > wizardpage1 > wizard page 2 > > You're looking for bread

Re: Page navigation links

2004-12-17 Thread Frank W. Zammetti
Presumably you would want such a construct to work regardless of what path a user took to get to a specific page (assuming there ARE multiple paths in your app, maybe there aren't). So, if it was me, I'd be thinking a linked list stored in session. Each page that is presented would append its

Re: Page navigation links

2004-12-17 Thread fzlists
Presumably you would want such a construct to work regardless of what path a user took to get to a specific page (assuming there ARE multiple paths in your app, maybe there aren't). So, if it was me, I'd be thinking a linked list stored in session. Each page that is presented would append itse

RE: Page navigation links

2004-12-17 Thread Jim Barrows
> -Original Message- > From: Donie Kelly [mailto:[EMAIL PROTECTED] > Sent: Friday, December 17, 2004 9:51 AM > To: Struts Users Mailing List > Subject: Page navigation links > > > Hi all > > > > Anybody got an example of how to implement a page navigation > link for the > top of a