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
, 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
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
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
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
> -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
6 matches
Mail list logo