You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (Jira)" <ji...@apache.org> on 2020/08/27 08:26:00 UTC

[jira] [Resolved] (WICKET-6820) generates disabled link not

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

Sven Meier resolved WICKET-6820.
--------------------------------
    Resolution: Fixed

Thanks!

> <wicket:link> generates disabled link not <span><em>
> ----------------------------------------------------
>
>                 Key: WICKET-6820
>                 URL: https://issues.apache.org/jira/browse/WICKET-6820
>             Project: Wicket
>          Issue Type: Bug
>          Components: guide
>    Affects Versions: 9.0.0
>            Reporter: Slawek Tuleja
>            Assignee: Sven Meier
>            Priority: Minor
>         Attachments: screenshot-1.png
>
>
> Servus Wicketers
> I found in user doc in section: _10.3. Automatically creating bookmarkable links with tag wicket:link_
> that *<wicket:link>* generates _*<span><em>*_ tags for disabled links.
> However I can see in source code that to disabled link <wicket:link> adds *disabled="disabled"* attribute
> <a class="navbar-item" *disabled="disabled"*>Home</a>
> Am I right?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)