Christian Kalkhoff created MYFACES-3997:
-------------------------------------------
Summary: Attribute jsf:styleClass does not make a passthrough
element a component
Key: MYFACES-3997
URL: https://issues.apache.org/jira/browse/MYFACES-3997
Project: MyFaces Core
Issue Type: Bug
Reporter: Christian Kalkhoff
When I have to following tag
<a jsf:styleClass="#{...}" href="...">...</a>
the output HTML does not contain a class attribute
When I have
<a jsf:styleClass="#{...}" jsf:outcome="...">...</a>
it has. So obvisously jsf:styleClass is not triggering the passthrough element
detection?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)