In YourApp class:

public IMapperContext newMapperContext() {
   return new MyMapperContext();
}

MyMapperContext.java:
class MyMapperContext extends DefaultMapperContext {
   @Override
   public String getNamespace() { return "mine"; }
}

On Tue, Apr 17, 2012 at 4:50 PM, Taag <sae...@hotmail.com> wrote:
> The easy one. I only need this for a popupwindow that I want to change the
> path on. from /wicket/.. to /..
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/remove-wicket-in-front-of-url-Wicket-1-5-tp4564704p4564787.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