Do you know what's causing the resubmission?  I don't quite understand the
problem, can you provide more information? Are you automatically refreshing
the page (say, after one hour), but you find that the refresh is
resubmitting the form?

It strikes me as slightly unusual that you'd have a Tapestry page
performing such a long operation. I think I'd be tempted to have the
tapestry page queue up the job and have another process, like a Quartz
worker, do the actual work.

Michael

On 6 July 2012 07:30, udnapp <udn...@gmail.com> wrote:

> In tapestry  web page we  are  performing the operation  which  takes more
> than  one hour  and  page refreshes  and  resubmits the form after  that
>  .I
> want  to prevent  the page from refreshing after 1 hr  and is there any
> configuration parameter in tapestry which helps me  avoid this issue.
>
> Pandu
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Form-getting-resubmitted-after-an-hour-tp5714319.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