You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Adam Winer (JIRA)" <ad...@incubator.apache.org> on 2006/07/07 01:11:29 UTC

[jira] Created: (ADFFACES-50) af:returnActionListener ignores literal values

af:returnActionListener ignores literal values
----------------------------------------------

         Key: ADFFACES-50
         URL: http://issues.apache.org/jira/browse/ADFFACES-50
     Project: MyFaces ADF-Faces
        Type: Bug

    Reporter: Adam Winer
 Assigned to: Adam Winer 
    Priority: Minor


Literal values, as in: 
  <af:returnActionListener value="foo"/>
... are ignored.  Workaround:
  <af:returnActionListener value="#{'foo'}"/>


-- 
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: (ADFFACES-50) af:returnActionListener ignores literal values

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-50?page=all ]
     
Adam Winer resolved ADFFACES-50:
--------------------------------

    Resolution: Fixed

> af:returnActionListener ignores literal values
> ----------------------------------------------
>
>          Key: ADFFACES-50
>          URL: http://issues.apache.org/jira/browse/ADFFACES-50
>      Project: MyFaces ADF-Faces
>         Type: Bug

>     Reporter: Adam Winer
>     Assignee: Adam Winer
>     Priority: Minor

>
> Literal values, as in: 
>   <af:returnActionListener value="foo"/>
> ... are ignored.  Workaround:
>   <af:returnActionListener value="#{'foo'}"/>

-- 
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] Updated: (ADFFACES-50) af:returnActionListener ignores literal values

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-50:
---------------------------------------

        Fix Version/s: 1.0.0-incubating-core
    Affects Version/s: 1.0.0-incubating-core

> af:returnActionListener ignores literal values
> ----------------------------------------------
>
>                 Key: ADFFACES-50
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-50
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>    Affects Versions: 1.0.0-incubating-core
>            Reporter: Adam Winer
>         Assigned To: Adam Winer
>            Priority: Minor
>             Fix For: 1.0.0-incubating-core
>
>
> Literal values, as in: 
>   <af:returnActionListener value="foo"/>
> ... are ignored.  Workaround:
>   <af:returnActionListener value="#{'foo'}"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.