[
https://issues.jboss.org/browse/RF-13682?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13682:
----------------------------------
I can reproduce the issue.
It is reproducible also on Metamer with RichFaces _4.5.0-SNAPSHOT_ and on Wildfly
_8.0.0.Final_.
The issue occurs only when submitting a form with {{h:commandButton}}. Submitting a form
with {{a4j:commandButton}} in a stateless view works correctly.
Steps to reproduce in Metamer:
# load
http://localhost:8080/metamer/faces/components/commandButton/simple.xhtml
# check checkbox next to "Stateless view (JSF 2.2+):" label
# submit some value
# see that button lost skin, and the problems described above are occurring.
Stateless view: CSS stylesheets not included in head after form
submit
----------------------------------------------------------------------
Key: RF-13682
URL:
https://issues.jboss.org/browse/RF-13682
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 4.3.7
Environment: OpenSuse 13.1 x64
OpenJDK 1.7.0_51
Apache Tomcat 8.0.8
JSF: org.glassfish:javax.faces:2.1.28
Reporter: Tony Cramer
Assignee: Juraj Húska
Attachments: rf-demo-skinning.zip, rf-demo-skinning_and_style.zip
If view is stateless <f:view transient="true"...
Issue 1. skinning.css is not included after submitting a form at all.
Issue 2. Any other stylesheets manually included with h:outputStylesheet are not included
in head but in body after submit.
Maven project reproducing the issue attached.
Please use "rf-demo-skinning_and_style.zip" - reproduces both issues.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)