You can remove href="#" from your template markup completely.
With will set href=something, where something is the relative url to the
destination page. Relative against the current url !
I.e. if you are at .../wicket/bookmarkable/com.example.PageA and the
destination is wicket/bookmarkable/com.example.PageB then the relative will
be just ./com.example.PageB


On Tue, Nov 20, 2012 at 6:04 PM, shimin_q <smq...@hotmail.com> wrote:

> Thanks for the reply!  Just wanted to clarify, are you saying that, with
> Wicket 6.2, the href="#" will be replaced with the full path including the
> "wicket/bookmarkable" part:
>
> List
>
> <./wicket/bookmarkable/com.alcatel_lucent.nms8770.awol.client.web.page.MetaprofileListPage>
>
> instead of what I see with wicket 1.5.5
>
> List <com.alcatel_lucent.nms8770.awol.client.web.page.MetaprofileListPage>
>
> ?
>
>
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-override-URLs-generated-by-bookmarkable-mapper-tp4654005p4654037.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 <http://jweekend.com/>

Reply via email to