make the page bookmarkable and mount it onto /thankyou url

-igor

On Thu, Oct 7, 2010 at 11:04 PM, fadeyev <fade...@yandex.ru> wrote:
>
> In my onSubmit handler I have a statement:
>
> setResponsePage(new AfterPaymentPage(payment));
>
> Where payment is an object of the Payment class, so AfterPaymentPage is
> non-bookmarkable
>
> AfterPaymentPage opens with url looking like this:
> applicationcontext/?wicket:interface=:3::
>
> Is there any way (by fiddling with url coding strategies or smth like that)
> to insert the word thankyou in the url?
> applicationcontext/thankyou?wicket:interface=:3::
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Nice-URL-for-non-bookmarkable-page-tp2967886p2967886.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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

Reply via email to