jcompagner-2 wrote:
> 
> what happens if you try this:
> 
> add(new StatelessLink("statelessPage1"
>>
>> ) {
>>            public void onClick() {
>>                setResponsePage(StatelessPage1.class);
> 
> RequestCycle.get().setRedirect(true)
> 
>>
>>            }
> 
While the link on the original page is still the long version, once it is
clicked I do end up on page with the nicely mounted URL. Thanks!

Are there any gotchas I need to look out for when using this approach?

Matt
-- 
View this message in context: 
http://www.nabble.com/setResponsePage%28%29-and-mounted-URLs-tp22890145p22901802.html
Sent from the Wicket - User 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

Reply via email to