Description
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