validator property of UIInput do not saved and restored (myfaces-faces-plugin 
error)
------------------------------------------------------------------------------------

                 Key: MYFACES-1882
                 URL: https://issues.apache.org/jira/browse/MYFACES-1882
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.2.3, 1.2.2,  1.2.0
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe
            Priority: Blocker


Originally (myfaces-faces-plugin component generation) _validator was defined 
on the template but on save and restore methods was not included, causing 1.1 
component that inherits from UIInput with 
validator="#{someBean.validateMethod}" never called.

This is related to TOMAHAWK-1276 validator property not fireing validator 
method. This is created here because it is not tomahawk related.

The solution is very simple, just save and restore propertly. Right now, 
UIInput is not generated, because myfaces-faces-plugin template mechanism was 
replaced by myfaces-faces-plugin approach. Probably we need to fix 
myfaces-builder-plugin templates, because its template was done following 
myfaces-faces-plugin code. But this will be later because it is outside the 
scope of this bug.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to