[JBoss JIRA] Created: (RF-11122) IllegalStateException if nested composite components are used
by Thomas Amrhein (JIRA)
IllegalStateException if nested composite components are used
-------------------------------------------------------------
Key: RF-11122
URL: https://issues.jboss.org/browse/RF-11122
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: base functionality
Affects Versions: 4.0.0.Final
Environment: Tomcat 7.0
Mojarra 2.1.2
Windows7_64Bit
Reporter: Thomas Amrhein
A simple <div> inside a nested composite component is converted into a JSF element. RichFaces ist not able to generate unique ID's for these elements.
So this exception does occur:
javax.servlet.ServletException: Komponenten-ID j_idt6:j_idt8:j_idt10 wurde bereits in der Ansicht gefunden.
javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)
root cause
java.lang.IllegalStateException: Komponenten-ID j_idt6:j_idt8:j_idt10 wurde bereits in der Ansicht gefunden.
com.sun.faces.util.Util.checkIdUniqueness(Util.java:821)
This is german and means that the component-ID is already found in the view.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-10842) dataScroller: renderIfSinglePage=false breaks component
by Ilya Shaikovsky (JIRA)
dataScroller: renderIfSinglePage=false breaks component
-------------------------------------------------------
Key: RF-10842
URL: https://issues.jboss.org/browse/RF-10842
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.0.0.Final
Reporter: Ilya Shaikovsky
just added
<f:facet name="footer">
<rich:dataScroller renderIfSinglePage="false"></rich:dataScroller>
</f:facet>
to /richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/tableFiltering-sample.xhtml
And scroller is never shown.
Should be:
1) shown initially as there are at least three pages
2) not shown after filtering if there are single page
3) rendered back if reseting filter.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-11318) Ordering List - events (on* attributes)
by Jan Papousek (JIRA)
Ordering List - events (on* attributes)
---------------------------------------
Key: RF-11318
URL: https://issues.jboss.org/browse/RF-11318
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-selects
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22632
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Firefox 5.0 @ Linux x86_64
Reporter: Jan Papousek
Event attributes doesn't work properly. For example when I set the attribute 'onclick' to 'alert("click")', nothing happens. It's the same with others attributes.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-11303) Better integration with JBossAS 7
by Juergen Zimmermann (JIRA)
Better integration with JBossAS 7
---------------------------------
Key: RF-11303
URL: https://issues.jboss.org/browse/RF-11303
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build/distribution
Affects Versions: 4.0.0.Final
Environment: RF 4.0.0.Final, JBossAS 7 Jenkins build 1501 or higher
Reporter: Juergen Zimmermann
JBossAS 7 contains sac-1.3.jar and cssparser-0.9.5.jar which can be reused in RichFaces instead of doubling them in WEB-INF/lib. The solution is pretty simple:
In richfaces-core-impl-VERSION.jar the file META-INF/MANIFEST.MF has to be extended by just this line:
Dependencies: org.w3c.css.sac,net.sourceforge.cssparser
That's all and from now on RichFaces doesn't require the distribution of sac and cssparser in WEB-INF/lib when the platform is JBossAS 7. Please see also https://issues.jboss.org/browse/AS7-1524.
Be aware that there is no blank after the comma between org.w3c.css.sac and net.sourceforge.cssparser.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months
[JBoss JIRA] Created: (RF-11322) Metamer: rich:pickList: event handler attributes doesn't fire appropriate events
by Ján Jamrich (JIRA)
Metamer: rich:pickList: event handler attributes doesn't fire appropriate events
--------------------------------------------------------------------------------
Key: RF-11322
URL: https://issues.jboss.org/browse/RF-11322
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0.20110805-M1 r.10246d45dddd1d2aa2034317d5a832394cc919f9
Metamer 4.1.0.20110805-M1 r.22604
Mojarra 2.1.3-FCS
Apache Tomcat 7.0.19
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Chrome 12.0.742.112 @ Linux i686
Reporter: Ján Jamrich
Priority: Critical
Attributes for handling events such as onkeypress, onkeyup, onclick, onadditem, ontargetclick doesn't fire event, so nothing happens if bind some JS code to this attribute and try to trigger this event (such click, or add|remove item)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 3 months