[JBoss JIRA] Created: (RF-9111) Validation and rich:dataTable sorting are broken
by Menashe (JIRA)
Validation and rich:dataTable sorting are broken
------------------------------------------------
Key: RF-9111
URL: https://jira.jboss.org/browse/RF-9111
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: seam 2.2.1.cr2
Reporter: Menashe
I have datatable with sort but when one of the rows fails validation that gets a 'value is required' error message if submitted blank. However, i am still able to click on the column header and resort a table with a validation error but that error remains on the same row that it was originally flagged no matter how the data is sorted. It should either sort and move validation error appropriately or disable sorting when there are validation errors. The way it currently behaves makes it impossible to use with jsf validation framework.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (RF-11167) many problems when using extendedDataTable inside collapsiblePanel
by Paweł Bara (JIRA)
many problems when using extendedDataTable inside collapsiblePanel
------------------------------------------------------------------
Key: RF-11167
URL: https://issues.jboss.org/browse/RF-11167
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes, component-tables
Affects Versions: 4.0.0.Final
Environment: Windows, IE 8 or Google Chrome 12
Reporter: Paweł Bara
There are many bugs when using extendedDataTable with collapsiblePanel, especially when there are multiple of those components on a page. Sometimes headers of tables dissapear, sometimes whole tables dissapear, sometimes scrolling of page gets extremely slow. The behaviour depends on browser you're using. I'm attaching a complete, simple test application (maven war project for Tomcat 7.0) which will allow you to reproduce mentioned bugs.
I'm pretty sure that the extendedDataTable is the problem here since:
a) using dataTables in place of extendedDataTables fixes problems described below
b) I've tried to implement my own client-side collapsiblePanel once, using simple jQuery hide() calls and it broke extended tables the same way your collapsiblePanel does
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months