Validator method is not triggered in calendar component
-------------------------------------------------------

                 Key: RF-7041
                 URL: https://jira.jboss.org/jira/browse/RF-7041
             Project: RichFaces
          Issue Type: Bug
          Components: component-drag/drop
    Affects Versions: 3.3.0
         Environment: ie 7, opera 9.6x, firefox 3.x, Spring
            Reporter: Kuba Stepniak


1. Create validator class with proper validation method like
     public void validate(FacesContext context, UIComponent component, Object 
value)
2. Point to created validation method in valiadtor attribute of calendar 
component like
    <rich:calendar id="calendarComponent"       
validator="#{someValidator.validate}">
3. Set some date in this calendar component
4. Submit form with calendar component.

Result:
method is not triggered.

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to