You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2012/09/07 19:02:08 UTC

[jira] [Commented] (TOBAGO-1194) The component tc:attribute with mode="valueIsSet" doesn't work for facelet tags, some cases.

    [ https://issues.apache.org/jira/browse/TOBAGO-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450791#comment-13450791 ] 

Hudson commented on TOBAGO-1194:
--------------------------------

Integrated in tobago-trunk #873 (See [https://builds.apache.org/job/tobago-trunk/873/])
    TOBAGO-1194: The component tc:attribute with mode="valueIsSet" doesn't work for facelet tags, some cases. (Revision 1382082)

     Result = SUCCESS
lofwyr : http://svn.apache.org/viewvc/?view=rev&rev=1382082
Files : 
* /myfaces/tobago/trunk/tobago-extension/tobago-facelets/src/main/java/org/apache/myfaces/tobago/facelets/AttributeHandler.java

                
> The component tc:attribute with mode="valueIsSet" doesn't work for facelet tags, some cases.
> --------------------------------------------------------------------------------------------
>
>                 Key: TOBAGO-1194
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1194
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.5.7
>            Reporter: Andreas Precht
>            Assignee: Udo Schnurpfeil
>
> Example:
> Having a facelets tag: popup.xhtml in a lib named "x"
>      <tc:popup>
>         <tc:attribute name="modal" value="${modal}" mode="valueIfSet"/>
>       </tc:popup>
> Using this tag like this works:
>       <x:popup modal="#{bean.modal}"/>
> Problem 1: This will not be evaluated correctly:
>       <x:popup modal="#{false}"/>
> Problem 2: This also doesn't work (Error: Could not set property modal of component j_id146 to value : false with type : java.lang.String):
>       <x:popup modal="false"/>

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