Take a look at this thread:
http://tapestry.1045711.n5.nabble.com/prevent-multiple-form-submits-td5011702.html
Perhaps it will help

On Jan 19, 2013, at 8:23 PM, shaikbash <shaikb...@yahoo.com> wrote:

> Hi,
> I am new to Tapestry. I am trying to develop a server-side solition to
> handle the double submit problem using the technique "redirect-on-pause", as
> described in the context of spring in this article:
> http://www.ervacon.com/products/swf/tips/tip4.html
> Basically, I wrote a filter, which intercepts the original POST requests and
> saves the request parameters in the HttpSession and redirects the response
> to the same page, but with an added query string parameter.
> Upon receiving the redirected request (identified through the added query
> string), the filter swaps the original request with a wrapper request, to
> which the original request parameters are added.
> With this approach the problem I am encountering is, that none of my button
> submit or form submit events are inviked.
> I am wondering if this approach is worth attempting with Tapestry.
> Appreciate any help/feedback on this.
> Thanks,
> Basheer Shaik.
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Double-Submit-Problem-tp5719393.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 

Reply via email to