Re: [Wicket-user] Dynamic mount points *SOLVED*

2006-10-06 Thread Jan Willem Janssen
[about dynamic mount points] I finally succeeded into getting the behaviour I wanted. All I had to do was override addBookmarkablePageParameters() and check there if request.getPath() corresponds with one of the users' mount points, if so, I can do my thing, otherwise I let Wicket do his thing.

Re: [Wicket-user] Dynamic mount points *SOLVED*

2006-10-06 Thread Eelco Hillenius
Ah, ok. That's a smart thing too. You're using parameters as part of the mount. Eelco On 10/6/06, Jan Willem Janssen [EMAIL PROTECTED] wrote: [about dynamic mount points] I finally succeeded into getting the behaviour I wanted. All I had to do was override addBookmarkablePageParameters()