As already suggested log all HTTP requests.

Further, you error suggests that somehow one of your assets' url is mistyped
and the resulting url is such that it points to a page
with the 'assets' becoming its parameter. The page to which this url is
pointing is expecting an integer but as it finds 'assets' it
tries to convert it to integer and hence the error.

regards
Taha


On Mon, Jan 17, 2011 at 9:22 PM, Tooobi <tobias.k...@t-systems.com> wrote:

>
> Hey thank you for your response. How can I turn off the redirect after
> post?
> Yes, the error occurs after clicking the paging button.
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Grid-onAction-Problem-IEM6-tp3339635p3344587.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