Hi,
I am having some trouble with a post-redirect in tapestry 4. First,
I have two pages, lets call them pageMain and pageForm. I have a
direct link using a listener with parameters from pageMain to
pageForm. On pageForm I have a simple form with a submit button that
calls a listener to update to the DB. At the end of the pageForm
submit listener, I want to redirect back to pageMain, and set some
parameters on pageMain. I started to explore the tapestry-flash to
prevent the form submit happening on page refresh, and it works
perfect if I don't redirect to pageMain, and stay on pageForm.
However, how do I pass parameters using ILink from pageForm to pageMain?
Thanks - Patrick
- form post-redirect Patrick Kelly
-