On Wed, Jul 11, 2012 at 8:51 PM, samzilverberg <samzilverb...@gmail.com> wrote:
> I tried all kind of different values in my TestMapper : 1, 1000,
> Integer.MAX_VALUE, -1000.
> But none of them made any change.
> I even put a break point in the MountMapper getCompatibilityScore method to

I know the names are close and confusing ... Set the breakpoint in
MountedMapper, not in MountMapper.

> see what values it returns and ran in debug mode, but the app never breaks
> there...
>
> Am I missing something obvious?
>
> This is how I'm adding the mapper
> getRootRequestMapperAsCompound().add(new TestMapper());

this is the same as: mount(new TestMapper())

>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/remove-wicket-in-front-of-url-Wicket-1-5-tp4564704p4650444.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