share state between multiple pages.
You could also have an ASO that returns the next or
previous page based on the current state
g,
kris
Joachim Van der Auwera <[EMAIL PROTECTED]>
04.12.2007 15:44
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
The
just to clarify i'm talking about T5 here!
T4 is different as it does not have redirects
g
kris
Kristian Marinkovic <[EMAIL PROTECTED]>
04.12.2007 16:20
Bitte antworten an
"Tapestry users"
An
"Tapestry users"
Kopie
Thema
Re: Antwort: page navig
g,
kris
Joachim Van der Auwera <[EMAIL PROTECTED]>
04.12.2007 16:10
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Antwort: page navigation (return to arbitrary page)
Hmm, I don't like the ASO approach as that is not sompatible with havi
ASO that returns the next or
previous page based on the current state
g,
kris
Joachim Van der Auwera <[EMAIL PROTECTED]>
04.12.2007 15:44
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Antwort: page navigation (return to arbitrary page)
helps!
g,
kris
Kristian Marinkovic <[EMAIL PROTECTED]>
04.12.2007 15:57
Bitte antworten an
"Tapestry users"
An
"Tapestry users"
Kopie
Thema
Re: Antwort: page navigation (return to arbitrary page)
i'd recommend to use ApplicationStateObjects (ASOs)
if
ntworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Antwort: page navigation (return to arbitrary page)
Kristian Marinkovic wrote:
> you could change your setReturnPage method to store
> a string with the page name or a Class instance of the
> return page
Kristian Marinkovic wrote:
you could change your setReturnPage method to store
a string with the page name or a Class instance of the
return page
If I do that, I completely lose state. I could store and restore the
state if there was a way to get a page when the class or name is provid
you could change your setReturnPage method to store
a string with the page name or a Class instance of the
return page
eg,
Object onActionFromLink()
{
// initialize
destinationPage.setReturnPage(ReturnPage.class);
return destination;
}
g,
kris
Joachim Van der Auwera <[EMAI