You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Christian Kalkhoff (JIRA)" <de...@myfaces.apache.org> on 2015/06/11 14:55:00 UTC

[jira] [Created] (MYFACES-3997) Attribute jsf:styleClass does not make a passthrough element a component

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)