Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Joachim Van der Auwera
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

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Kristian Marinkovic
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

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Kristian Marinkovic
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

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Joachim Van der Auwera
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)

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Kristian Marinkovic
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

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Kristian Marinkovic
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

Re: Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Joachim Van der Auwera
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

Antwort: page navigation (return to arbitrary page)

2007-12-04 Thread Kristian Marinkovic
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