You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org> on 2006/10/06 00:02:21 UTC

[jira] Created: (MYFACES-1434) All attributes in tags must be of type ValueExpression. In the tld, the attributes must contain a "deferred-type" element with the attribute type

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

        

[jira] Resolved: (MYFACES-1434) All attributes in tags must be of type ValueExpression. In the tld, the attributes must contain a "deferred-type" element with the attribute type

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruno Aranda resolved MYFACES-1434.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0-SNAPSHOT

> 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: https://issues.apache.org/jira/browse/MYFACES-1434
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Bruno Aranda
>             Fix For: 1.2.0-SNAPSHOT
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-1434) All attributes in tags must be of type ValueExpression. In the tld, the attributes must contain a "deferred-type" element with the attribute type

Posted by "Bruno Aranda (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1434?page=comments#action_12440274 ] 
            
Bruno Aranda commented on MYFACES-1434:
---------------------------------------

Ah, no, the methods setIntegerProperty, setBooleanProperty, etc, are still useful and should be used...

> 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