]
Pavol Pitonak commented on RF-10065:
------------------------------------
This issue blocks testing of component control and popup panel. Partially also accordion.
Component control doesn't work in JBoss 6 CR1
---------------------------------------------
Key: RF-10065
URL:
https://issues.jboss.org/browse/RF-10065
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-misc
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0-SNAPSHOT r.20713
Metamer 4.0.0-SNAPSHOT r.20714
Mojarra 2.0.3-FCS
JBoss AS 6.0.0.20101110-CR1
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.224 @ Linux x86_64
Reporter: Pavol Pitonak
1. deploy Metamer and open
http://localhost:8080/metamer/faces/components/richAccordion/simple.xhtml
2. click the button with label "item2"
result:
nothing happens (only page is reloaded)
reason:
the following component control is not rendered correctly on the page (it's missing
attribute onclick)
<h:commandButton id="switchButton2" value="item2">
<rich:componentControl event="click" operation="switchToItem"
target="accordion" >
<f:param value="item2" />
</rich:componentControl>
</h:commandButton>
<input id="form:switchButton2" type="submit"
name="form:switchButton2" value="item2" />
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: