You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stan Silvert (JIRA)" <de...@myfaces.apache.org> on 2006/04/04 19:53:48 UTC

[jira] Created: (MYFACES-1202) JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.

JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.
--------------------------------------------------------------------------------------------------------------

         Key: MYFACES-1202
         URL: http://issues.apache.org/jira/browse/MYFACES-1202
     Project: MyFaces Core
        Type: New Feature

  Components: JSR-252  
    Reporter: Stan Silvert


Clarified the use of a string literal for the "action" attribute on ActionSource components.

See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=5

-- 
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-1202) JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.

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

Matthias Weßendorf resolved MYFACES-1202.
-----------------------------------------

       Resolution: Invalid
    Fix Version/s: 1.2.0-SNAPSHOT

was wrong inside of the "impl  details" of the JSF RI; not really a bug

> JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1202
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1202
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Clarified the use of a string literal for the "action" attribute on ActionSource components.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=5

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


[jira] Commented: (MYFACES-1202) JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.

Posted by "Martin Haimberger (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482121 ] 

Martin Haimberger commented on MYFACES-1202:
--------------------------------------------

Hy,

this was a bug in the JSF RI 1.1 and worked in myfaces 1.1 and 1.2.
In the UIComponent.setValueExpression the expression is checked if it is literal and if it is, the literal navigation outcome will be added.

So i think this issue was never a new feature in myfaces, or i have missunderstood samething.

Regards,
Martin Haimberger

> JSR-252 Issue #5: Clarified the use of a string literal for the "action" attribute on ActionSource components.
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1202
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1202
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>
> Clarified the use of a string literal for the "action" attribute on ActionSource components.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=5

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