Re: Wicket first time visit check

2019-09-20 Thread Martin Grigorov
Hi, You can execute your logic in the page's constructor or onInitialize() method. On Fri, Sep 20, 2019, 21:25 Sibgha Nazir wrote: > Hi, > > I have a wicket application and I want to do something when the user opens > the webpage for the first time. > > Could anyone give me a clue on how to

Wicket first time visit check

2019-09-20 Thread Sibgha Nazir
Hi, I have a wicket application and I want to do something when the user opens the webpage for the first time. Could anyone give me a clue on how to check if this is the first visit on a certain webpage? Best Regards, Sibgha