On Fri, Apr 19, 2013 at 4:30 PM, Martin Grigorov <mgrigo...@apache.org> wrote:
> What exactly you mean by "outside of Wicket" ?
> What Wicket objects you have access to ?
> The application name will be needed and a base url. Usually the current
> request's baseUrl is used to construct a full url. Without the base url
> Wicket can generate only context-absolute url.

I'm in exactly the same situation as Martin Dietze.

I have to generate URL to a Wicket page in a batch scheduled by Spring
or Quartz.

We did it following the guidance you gave to Martin but it's quite
complicated. As you mentioned it, we have in a configuration parameter
the scheme/host/port information and we generate an URL to a wicket
page from there by getting the application by its name and building a
fake request and a fake RequestCycle.

FWIW, here is the current version of what we use:
https://gist.github.com/gsmet/5421471

-- 
Guillaume

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

Reply via email to