You could override the onRender method that is executed every time the page
is rendered on the browser.
Em 10/05/2015 17:43, "Chris" <chris...@gmx.at> escreveu:

> Hi all,
>
> I would like to measure the time the user stays at a certain page. I would
> do this by querying the system’s time when loading the page (in the page
> constructor) and the system time when clicking on a link that refers the
> user to the next page.
> However, if the user hits the browser back button, the last version of the
> page is displayed without loading the page via its constructor.
>
> What would be the best solution to measure the time spent on a page?
>
> Thanks, Chris
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to