[JBoss JIRA] Created: (RFPL-1664) Metamer: rich:calendar: @showApplyButton=false causes ConvertException
by Ján Jamrich (JIRA)
Metamer: rich:calendar: @showApplyButton=false causes ConvertException
----------------------------------------------------------------------
Key: RFPL-1664
URL: https://issues.jboss.org/browse/RFPL-1664
Project: RichFaces Planning
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Milestone2
Environment: RichFaces 4.1.0.20110910-M2 r.
Metamer 4.1.0.20110910-M2 r.22701
Mojarra 2.0.4-b09-jbossorg-4
JBoss Web 7.0.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Mozilla/5.0 (X11; Linux i686; rv:7.0) Gecko/20100101 Firefox/7.0
Reporter: Ján Jamrich
Assignee: Ján Jamrich
Fix For: 4.1.0.Milestone2
set @showApplyButton = false raise following error:
javax.faces.convert.ConverterException: form:calendar: 'Thu Sep 01 02:00:00 CEST 2011' could not be understood as a date.
Even value was selected from calendar and submitted by button without validation errors (Sep 14, 2011 13:03, output: Sep 14, 2011 13:03)
Another value set and submitted: Sep 2, 2011 10:09, and error the same as above (with Sep 1)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (RFPL-1873) Write tests for AJAX loading of resources in dynamically generated subtree
by Lukáš Fryč (Created) (JIRA)
Write tests for AJAX loading of resources in dynamically generated subtree
--------------------------------------------------------------------------
Key: RFPL-1873
URL: https://issues.jboss.org/browse/RFPL-1873
Project: RichFaces Planning
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: testing
Affects Versions: 4.1.0.Final
Reporter: Lukáš Fryč
There are several scenarios where components are dynamically added to the tree so resources for these components doesn't have to be loaded by AJAX:
* components added programatically
* components included by {{ui:include}} with dynamic {{src}} attribute
* components under dynamic rows/panels/etc., e.g. {{rich:tab}} generated by {{c:forEach}} (RF-11694)
Create mock components with mock resources and test that when component rendered "dynamically", the resources (JS and CSS) are provided to the page properly.
--
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
13 years, 8 months