Leonardo Uribe created MYFACES-3712:
---------------------------------------

             Summary: [perf] UILeaf.setId() does not require the valid id 
check, because it is always generated by facelets
                 Key: MYFACES-3712
                 URL: https://issues.apache.org/jira/browse/MYFACES-3712
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


UILeaf.setId() does not require the valid id check, because it is always 
generated by facelets. There is no reason to do that check over an over each 
time setId() is called in that location, because UILeaf is a wrapper for html 
markup, which only needs to be rendered and does not have any special behavior 
in decoding or validation.



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to