[forge-issues] [JBoss JIRA] (FORGE-460) RichFaces date picker is not used when RichFaces is used on a @Temporal(TIMESTAMP) Date field

Richard Kennard (JIRA) jira-events at lists.jboss.org
Wed Feb 1 18:44:48 EST 2012


    [ https://issues.jboss.org/browse/FORGE-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12663578#comment-12663578 ] 

Richard Kennard commented on FORGE-460:
---------------------------------------

Okay, I tried that and it works! Validation groups has the enormous advantage that...

<f:validateBean validationGroups="..."/>

...does not get 'forgotten' on POST-back the way...

<f:validateBean disabled="true"/>

...does (I'm pretty sure that's a bug). However I'm not sure where we go from here? A validation group isn't just a name, it's an actual interface. So we'd have to supply a UI-specific interface that people put on their domain model. That seems kind of icky.

However it works well enough once you do that. So perhaps we leave this one alone, and if people encounter it tell them to add a group into their domain model?

                
> RichFaces date picker is not used when RichFaces is used on a @Temporal(TIMESTAMP) Date field 
> ----------------------------------------------------------------------------------------------
>
>                 Key: FORGE-460
>                 URL: https://issues.jboss.org/browse/FORGE-460
>             Project: Forge
>          Issue Type: Feature Request
>          Components: Scaffold
>            Reporter: Pete Muir
>            Assignee: Richard Kennard
>             Fix For: 1.0.0.CR1
>
>         Attachments: datepicker.tiff
>
>


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

        


More information about the forge-issues mailing list