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

[jira] [Created] (TRINIDAD-2318) Support EL embedded in a literal partialTriggers attribute

Andrew Robinson created TRINIDAD-2318:
-----------------------------------------

             Summary: Support EL embedded in a literal partialTriggers attribute
                 Key: TRINIDAD-2318
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2318
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.0.7-plugins
            Reporter: Andrew Robinson
            Assignee: Andrew Robinson


In order to allow users to put EL inside of partial triggers attributes, we should convert any strings to string arrays for this attribute by wrapping any value expressions assigned in the tag. This will allow for values like:

<tr:outputText partialTriggers="inputText_#{vs.key}" />

This is needed to help users with partial triggers and the for each loop with the work being done in TRINIDAD-1940.

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

[jira] [Resolved] (TRINIDAD-2318) Support EL embedded in a literal partialTriggers attribute

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

Andrew Robinson resolved TRINIDAD-2318.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.0-core
    
> Support EL embedded in a literal partialTriggers attribute
> ----------------------------------------------------------
>
>                 Key: TRINIDAD-2318
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2318
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 2.0.1-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For: 2.1.0-core
>
>
> In order to allow users to put EL inside of partial triggers attributes, we should convert any strings to string arrays for this attribute by wrapping any value expressions assigned in the tag. This will allow for values like:
> <tr:outputText partialTriggers="inputText_#{vs.key}" />
> This is needed to help users with partial triggers and the for each loop with the work being done in TRINIDAD-1940.

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