All attributes in tags must be of type ValueExpression. In the tld, the 
attributes must contain a "deferred-type" element with the attribute type
-------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-1434
                 URL: http://issues.apache.org/jira/browse/MYFACES-1434
             Project: MyFaces Core
          Issue Type: Improvement
          Components: JSR-252
            Reporter: Bruno Aranda
         Assigned To: Bruno Aranda


Attributes in tags are of type javax.el.ValueExpression. In the tld, following 
the jsp 2.1 spec we have to put the deferred-type element, with the type of the 
attribute.
This is a major change in the codebase. Now methods such as 
UIComponentTagUtils.setIntegerProperty, UIComponentTagUtils.setStringProperty, 
etc, will be deprecated in favor of a unique UIComponentTagUtils.setProperty 
(accepting a ValueExpression instead of a String). This methods are called in 
the setProperties() methods of the tags

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to