Hi,

Easy solution: replace 'wicket' with 'myOwnPrefix' by registering
custom IMapperContext by overriding Application#newMapperContext()
method

More complex: see PageInstanceMapper and create your own that does the
same job but uses less segments for the url.

On Tue, Apr 17, 2012 at 4:22 PM, Taag <sae...@hotmail.com> wrote:
> Hey, I'm haveing a problem one url. Is there a way to remove the /wicket that
> is added to the url when this is run. The page opens up in a new window,
> from the popup settings added to the link:
>
> setResponsePage( new OwnWindowPage( object ) );
>
> The url i get is ...wicket/page?5
> I only want it like /page?5
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/remove-wicket-in-front-of-url-Wicket-1-5-tp4564704p4564704.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
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

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

Reply via email to