[JBoss JIRA] Created: (RF-11139) Client-side validation (JSR303) doesn't work without XHR request for validators from javax.validation package
by Ján Jamrich (JIRA)
Client-side validation (JSR303) doesn't work without XHR request for validators from javax.validation package
-------------------------------------------------------------------------------------------------------------
Key: RF-11139
URL: https://issues.jboss.org/browse/RF-11139
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: cdk
Affects Versions: 4.0.0.Final
Environment: RichFaces 4.1.0-SNAPSHOT r.22555
Metamer 4.1.0-SNAPSHOT r.22555
Mojarra 2.0.4-b09
Apache Tomcat 7.0.12
Java(TM) SE Runtime Environment 1.6.0_19-b04 @ Linux
Chrome 12.0.718.0 @ Linux i686
rich:validator
Reporter: Ján Jamrich
Client side validation should be done on client side. Only in case that validation cannot be done on client there should be request to server.
The problem is that using rich:validator and simple input with binding to backing bean annotated by javax.validation.constraints.Min doesn't validate value without XHR request.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[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, 5 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, 5 months
[JBoss JIRA] Created: (RF-11242) Filtering sample for dataTable demo does not react on filter values on IE 9
by Juraj Huska (JIRA)
Filtering sample for dataTable demo does not react on filter values on IE 9
---------------------------------------------------------------------------
Key: RF-11242
URL: https://issues.jboss.org/browse/RF-11242
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
Filtering sample for dataTable demo does not react on filter values on IE 9. Whatever I wrote to inputs for filtering values, no change is on dataTable. Only validation of Mileage filter input works, so when I type there some chars, then it complains that it is not number.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11243) Editing sample for rich:dataTable does not work on IE 9, no option to edit or delete rows
by Juraj Huska (JIRA)
Editing sample for rich:dataTable does not work on IE 9, no option to edit or delete rows
-----------------------------------------------------------------------------------------
Key: RF-11243
URL: https://issues.jboss.org/browse/RF-11243
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
Editing sample for rich:dataTable does not work on IE 9, no option to edit or delete rows. So when I click on the editing button or deleting button, no popup for confirmation of deleting or fir editing is displayed. Only 'blocking shadow' with status indicating of request is rendered for one second, then disappears and nothing else happen.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11241) rich:dataScroller does work with IE 9
by Juraj Huska (JIRA)
rich:dataScroller does work with IE 9
-------------------------------------
Key: RF-11241
URL: https://issues.jboss.org/browse/RF-11241
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
rich:dataScroller does work. It is possible only to click once at some of the control buttons, but sometimes it turn the page, sometimes not, then no controlling is possible.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (RF-11238) demo of rich:graphValidator on IE 9 from showcase does not work as expected
by Juraj Huska (JIRA)
demo of rich:graphValidator on IE 9 from showcase does not work as expected
---------------------------------------------------------------------------
Key: RF-11238
URL: https://issues.jboss.org/browse/RF-11238
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jee6.war
container - JBoss AS 6.0.0.Final
browser - IE 9
Reporter: Juraj Huska
GraphValidator sample from showcase does not work. It sometimes validate that first password is too short, sometimes not, when there are different passwords then sometimes it does not render no error message. When passwords are the same, although error message is rendered, however also no confirmation message (Succesfully changed!) is rendered.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months