Hi Guillaume,

You can
use org.apache.wicket.request.cycle.PageRequestHandlerTracker#getFirstHandler()
to check what is the requested page in your
own org.apache.wicket.settings.def.RequestCycleSettings#getTimeout

Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov

On Tue, Oct 21, 2014 at 1:12 PM, Guillaume Smet <guillaume.s...@gmail.com>
wrote:

> Hi,
>
> We have a few pages in our application which might take a long time to
> generate. This is definitely not the usual case but there are a few of
> them.
>
> Thus we were forced to define a high lockTimeout to be sure these
> pages can be served.
>
> The fact is that we would really like to have a far lower default
> timeout except for these pages.
>
> Is there a way to configure the lockTimeout on a per page basis (I
> haven't found one)?
>
> If not, would it be a good idea to provide a way to do so?
>
> Thanks for your feedback.
>
> --
> Guillaume
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to