Stephan Knitelius created MYFACES-3957:
------------------------------------------
Summary: Disabled h:commandLink results in rendering of a span
with onclick
Key: MYFACES-3957
URL: https://issues.apache.org/jira/browse/MYFACES-3957
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.0.2
Environment: Websphere 8.5
Reporter: Stephan Knitelius
{code}
<h:commandLink onclick="doSomething()" action="#{cc.attrs.targetAction}"
disabled="#{cc.attrs.disabled}">link</h:commandLink>
{code}
When disabled this results in the following:
{code}
<span onclick="doSomething()">input</span>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)