<h:commandButton> doesn't render styleClass with JavaScript disabled in web.xml
-------------------------------------------------------------------------------

                 Key: MYFACES-3490
                 URL: https://issues.apache.org/jira/browse/MYFACES-3490
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 2.1.6
            Reporter: Kronos
            Priority: Critical


In my JSF-Page I got a <h:commandButton> with styleClass set. In web.xml I 
disabled JavaScript (JavaScript isn't allowed on the hole page).

On then rendered page on Firefox, the CommandButton will not change its style, 
because the "class"-tag is missing. If I turn on JavaScript in web.xml, 
everything works fine and also the "class"-tag for the CommandButton is 
rendered successfully.
What I'm doing wrong or is this a bug in myfaces 2.1.6?

Best wishes and many thank you very much!!
Tobi

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to