Hello,

I am having a bit of a hard time to figure out what the best Tapestry way is to do the following. My application's main index page should forward the user to another page. I am able to do so by implementing the onActivate method and let it return the class of the page to go to. So far so good.

What I would like to do now is to run a client-side script that sends some screen dimensions to the server _before_ the new page renders its response.

A somewhat visual representation of the problem looks like:
request -> index page -> javascript with a server call -> new page.

Is there an easy way to get this done in Tapestry?

Many thanks in advance!

Best,
Marcel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to