Using Wicket Link on HTML <button> tag does not disable correctly
-----------------------------------------------------------------

                 Key: WICKET-521
                 URL: https://issues.apache.org/jira/browse/WICKET-521
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3
            Reporter: Ryan Sonnek


The concensus on the mailing list is that people should use a wicket Link 
object when working with <button> markup tags.  

This is confusing, but the core issue is that it doesn't support disabled 
buttons.

the Link object removes the <a> tag when a Link is disabled.
<a href="">test</a>   becomes    test

when used on a <button> tag, it should add:
disabled="disabled" to the markup.

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

Reply via email to