Mikko Lipasti
2008-03-26 14:33:44 UTC
Hello list,
Let 'search' be a page with a SearchThing action, a form for it and a section which prints out search results. Each search result has a tangent link to 'detail' page about that "thing". 'detail' page has a "return" link.
When I click return, 'search' page is loaded but SearchAction has lost its args, which is kind of counter-intuitive, assuming I'm not completely in mistaken about the purpose of continuations.
Is there a way to make this work the way I want it to?
- Mikko
Let 'search' be a page with a SearchThing action, a form for it and a section which prints out search results. Each search result has a tangent link to 'detail' page about that "thing". 'detail' page has a "return" link.
When I click return, 'search' page is loaded but SearchAction has lost its args, which is kind of counter-intuitive, assuming I'm not completely in mistaken about the purpose of continuations.
Is there a way to make this work the way I want it to?
- Mikko