You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/02/01 08:19:59 UTC

[jira] Assigned: (WICKET-1567) AutoLinkResolver does not work with Internal link

     [ https://issues.apache.org/jira/browse/WICKET-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-1567:
-------------------------------------

    Assignee: Igor Vaynberg

> AutoLinkResolver does not work with <a href="#internal">Internal link</a>
> -------------------------------------------------------------------------
>
>                 Key: WICKET-1567
>                 URL: https://issues.apache.org/jira/browse/WICKET-1567
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.2, 1.3.3
>            Reporter: Mikael Hansen
>            Assignee: Igor Vaynberg
>         Attachments: 1567.patch
>
>
> I think the title says it all.
> Try adding: <a href="#internal">Internal link</a>
> in a page using the AutoLinkResolver and you have repeated the bug.
> Hint:
> PathInfo pathInfo = new PathInfo("#internal");
> creates a PathInfo with anchor == null.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.