On Thu, Oct 25, 2012 at 10:14 AM, dpmihai <[email protected]> wrote:
> Yes. I was too tired not to think about getApplication() :)
>
> I also saw that for a
>
> mountPage("/myPage", MYPage.class)
>
> to make unmount to work I have to do
>
> unmount("myPage")
>
> without the starting "/".
>
> Is this the normal behavior? I find it a bit misleading why the unmount does
> not work with a starting "/".
Actually mountPage() removes the leading '/'. So it is the same to do
mountPage("/a", ..) and mountPage("a",..).
We just need to do the same for unmount().
Please file a ticket.
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653332.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]