You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Douglas Ferguson <do...@douglasferguson.us> on 2010/02/24 02:29:08 UTC

building urls for application out outside of the Application

I'm writing an email daemon that will run outside of wicket. 

It needs to generate urls to the application based on POJOs from the DB.

I can't use the urlFor method because that requires a request.
It is possible to at least ask the Application class what the bookmarkable page link would be for a Page class?

D/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: building urls for application out outside of the Application

Posted by Igor Vaynberg <ig...@gmail.com>.
mount the page so the url to it is well known.

-igor

On Tue, Feb 23, 2010 at 5:29 PM, Douglas Ferguson
<do...@douglasferguson.us> wrote:
> I'm writing an email daemon that will run outside of wicket.
>
> It needs to generate urls to the application based on POJOs from the DB.
>
> I can't use the urlFor method because that requires a request.
> It is possible to at least ask the Application class what the bookmarkable page link would be for a Page class?
>
> D/
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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