Re: DirectLink followed by redirect

2005-03-23 Thread Erik Hatcher
oops. wow, that's a first for me that message of course was meant for the tapestry-user list. Erik On Mar 22, 2005, at 9:36 PM, Erik Hatcher wrote: A common pattern I've been implementing is to throw a RedirectException in my listener methods from form submits or DirectLink's.

DirectLink followed by redirect

2005-03-22 Thread Erik Hatcher
A common pattern I've been implementing is to throw a RedirectException in my listener methods from form submits or DirectLink's. I want to ensure the browser's URL is always bookmarkable and refreshable. A DirectLink to add an item to a shopping cart would add the item again when refreshed.