Hi all,

there's something I came across when trying to migrate an application to Wicket 7.7. When using an anchor link like <a href="#top"> with autmatic linking activated (getMarkupSettings().setAutomaticLinking(true)) the AutolinkResolver breaks my hierarchy. This does not appear when encapsulating the <a> tag inside a <wicket:link> Tag. I saw that this appears since Bugfix from https://issues.apache.org/jira/browse/WICKET-6289 was implemented.

Do I really have to use <wicket:link> for this kind of anchors or is it a Bug?

Best regards,
Claudia



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

Reply via email to