if you mount your page and use setresponsepage(Class) it will always
go to the mounted url

-igor


On 10/10/07, Chris Lintz <[EMAIL PROTECTED]> wrote:
>
> Hi,
> Does any one know if its possible to set the response page (i.e.
> setResponsePage(...) ) to a bookmarkable page that actually sends the
> request to the mounted URL?  For example if I have:
>
>         mountBookmarkablePage("/promote", PromotePage.class);
>
> I want to do something like setResponsePage( PromotePage.class ) but have
> the request go to the nice URL /promote not Wickets URL formatted url.
>
>
> thanks
>
>
> chris
> --
> View this message in context: 
> http://www.nabble.com/How-to-setResponsePage-to-a-mountBookmarkablePage-URL-%28%22-promote%22%2C-PromotePage.class%29--tf4605088.html#a13149412
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to