[JBoss JIRA] Created: (RF-8469) Sorting of rich:dataTable is still not working in 3.3.2.CR1
by Leonid Sokolin (JIRA)
Sorting of rich:dataTable is still not working in 3.3.2.CR1
------------------------------------------------------------
Key: RF-8469
URL: https://jira.jboss.org/jira/browse/RF-8469
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.3.2.CR1
Environment: Windows, JBoss 4.2.2.GA
Reporter: Leonid Sokolin
Sorting doesn't work on the value, which is shown correctly in the column.
I could see values and sorting arrows in the header, but when I click on them, it throws exeception:
21:15:38,875 ERROR [ColumnsHandler] FOREACH_BAD_ITEMS
javax.servlet.jsp.JspTagException: FOREACH_BAD_ITEMS
at org.richfaces.iterator.SimpleForEachIterator.toForEachIterator(SimpleForEachIterator.java:135)
at org.richfaces.iterator.SimpleForEachIterator.supportedTypeForEachIterator(SimpleForEachIterator.java:98)
at org.richfaces.taglib.ColumnsHandler.prepare(ColumnsHandler.java:304)
at org.richfaces.taglib.ColumnsHandler.apply(ColumnsHandler.java:489)
at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
...
Code is as follows:
<rich:column id="portBenchName" sortBy="#{piQueryToolOutputBeanPR.statOutData.prodBenchNames[rKV]}">
<f:facet name="header">
</f:facet>
<h:outputText value="#{piQueryToolOutputBeanPR.statOutData.prodBenchNames[rKV]}"/>
</rich:column>
It looks like it couldn't use the value that I put in sortBy.
Please advise.
Leonid
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months
[JBoss JIRA] Created: (RF-8026) Selenium: create compatibility layer checking standard components' conditions
by Nick Belaevski (JIRA)
Selenium: create compatibility layer checking standard components' conditions
------------------------------------------------------------------------------
Key: RF-8026
URL: https://jira.jboss.org/jira/browse/RF-8026
Project: RichFaces
Issue Type: Task
Components: functional-tests, JSF 2.0
Affects Versions: 3.3.3.BETA1
Reporter: Nick Belaevski
Assignee: Lukas Fryc
Fix For: 3.3.3.BETA1
After upgrade from JSF 1.2 to 2.0 it appeared, that checks for standard components (e.g. existence of generated Faces messages) are not working properly due to changes in JSF renderers.
I'd suggest to create separate project that will contain base check methods compatible with both JSF 1.2 and 2.0 and use it for all functional tests. It can be even covered by unit tests running Selenium tests in HtmlUnit environment (Selenium reference card from DZone refers to this as a means of tests execution speed optimization)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 9 months