[richfaces-issues] [JBoss JIRA] Resolved: (RF-4791) Calendar with datePattern from resourcebundle doesn't validate

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Dec 5 13:03:37 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-4791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-4791.
--------------------------------

    Fix Version/s: 3.3.0
       Resolution: Cannot Reproduce Bug
         Assignee: Tsikhon Kuprevich


Page code:

  <h:form id="form">
  	<a4j:loadBundle basename="messages" var="messages" />
    <h:messages />

	<rich:calendar datePattern="#{messages['datepattern']}" /> 
	<h:commandLink value="Submit" />
  </h:form> 



> Calendar with datePattern from resourcebundle doesn't validate
> --------------------------------------------------------------
>
>                 Key: RF-4791
>                 URL: https://jira.jboss.org/jira/browse/RF-4791
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>            Reporter: Edwin van der Elst
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.0
>
>
> See also:
> http://www.jboss.com/index.html?module=bb&op=viewtopic&t=143930
> I use:
> <rich:calendar value="#{person.birthDate}" datePattern="#{messages['datepattern']}/>
> The date *is* formatted according to the pattern, but on submitting the form, the validation fails:
>  '04-12-1968' could not be understood as a date. Example: 29-10-2008
> Note: the example also uses the correct datePattern
> If I hardcode the pattern in the template (datePattern='dd-MM-yyyy'), the validation succeeds (but then the pattern is not localized anymore).
> I tried a4j:loadBundle, and referencing that instance (this was a suggestion from the forum entry). It resulted in the same error message.

-- 
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

        



More information about the richfaces-issues mailing list