[JBoss JIRA] (RF-12414) Metamer: rich:tabPanel: tab switch doesn't work on dynamically created tabs [myfaces]
by Ján Jamrich (JIRA)
[ https://issues.jboss.org/browse/RF-12414?page=com.atlassian.jira.plugin.s... ]
Ján Jamrich updated RF-12414:
-----------------------------
Component/s: component-output
> Metamer: rich:tabPanel: tab switch doesn't work on dynamically created tabs [myfaces]
> -------------------------------------------------------------------------------------
>
> Key: RF-12414
> URL: https://issues.jboss.org/browse/RF-12414
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-output
> Environment: RichFaces 4.3.0.20120802-M1
> Metamer 4.3.0.20120802-M1
> Apache MyFaces JSF-2.1 Core Impl 2.1.8
> Apache Tomcat 7.0.29
> OpenJDK Runtime Environment 1.7.0_05-icedtea-mockbuild_2012_07_09_19_42-b00 @ Linux
> Chrome 20.0.1132.47 @ Linux i686
> Reporter: Ján Jamrich
> Labels: myfaces
>
> When create tab dynamically and then try switch to this tab, an exception page appears instead of tab switch.
> javax.servlet.ServletException: /components/richTabPanel/addTab.xhtmlNo saved view state could be found for the view identifier: /components/richTabPanel/addTab.xhtml
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:213)
> org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12406) Metamer: rich:extendedDataTable (EDT): sorting doesn't work
by Ján Jamrich (JIRA)
Ján Jamrich created RF-12406:
--------------------------------
Summary: Metamer: rich:extendedDataTable (EDT): sorting doesn't work
Key: RF-12406
URL: https://issues.jboss.org/browse/RF-12406
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.3.0.Milestone1
Environment: RichFaces 4.3.0.20120802-M1
Metamer 4.3.0.20120802-M1
Apache MyFaces JSF-2.1 Core Impl 2.1.8
Apache Tomcat 7.0.29
OpenJDK Runtime Environment 1.7.0_05-icedtea-mockbuild_2012_07_09_19_42-b00 @ Linux
Chrome 20.0.1132.47 @ Linux i686
Reporter: Ján Jamrich
Sorting doesn't work on example pages for sorting using component control or column based sorting.
Component control based sorting completely freeze after click on link in table header (then is no longer possible scroll through table), on column based sorting example just Error status appears when click on sorting link in header, but scroller don't stop working, even ERROR status is indicated in "Status".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12357) Empty Header line in DataTable when using columnGroups
by Martin Maier (JIRA)
Martin Maier created RF-12357:
---------------------------------
Summary: Empty Header line in DataTable when using columnGroups
Key: RF-12357
URL: https://issues.jboss.org/browse/RF-12357
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.2.2.Final
Environment: Firefox 13, IE 8 (and probably others)
Reporter: Martin Maier
Priority: Minor
The following code dataTable-code renders an empty <tr> in the <thead> section of the the HTML code (see screenshot). In addition, this tag does not have the 'rf-dt-hdr-fst' class (which it should).
{code:xml}
<rich:dataTable>
<f:facet name="header">
<rich:columnGroup>
<rich:column colspan="2">Cell A</rich:column>
</rich:columnGroup>
<rich:columnGroup>
<rich:column colspan="1">Cell B</rich:column>
<rich:column colspan="1">Cell C</rich:column>
</rich:columnGroup>
</f:facet>
</rich:dataTable>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months
[JBoss JIRA] (RF-12356) effective use of rowKeyConverter
by frank furt (JIRA)
frank furt created RF-12356:
-------------------------------
Summary: effective use of rowKeyConverter
Key: RF-12356
URL: https://issues.jboss.org/browse/RF-12356
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Reporter: frank furt
For using the rich:tree I can create a rowKeyConverter, so that when the page is rendered richfaces asks me to create a String for my custom object. Then - after an user event - it is the other way round, that is richfaces gives me the String and I return my custom object from the converter.
The nice point about that is: the backing bean variable for the tree-selection always holds my custom object.
Now, my question is: How does this work with rich:extendedDataTable?
I can define a rowKeyConverter as well, then richfaces asks me to convert my object into a String, however it never asks me to convert the other way round. The selection for the table always holds just the indices.
I'd like to use the rowKeyConverter for the table just the way it is implemented for the tree.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 3 months