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 2007/04/24 20:19:15 UTC

[jira] Created: (MYFACES-1599) JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature

JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature 
--------------------------------------------------------------------------------

                 Key: MYFACES-1599
                 URL: https://issues.apache.org/jira/browse/MYFACES-1599
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-252
            Reporter: Bruno Aranda


The expected deferred-method for the attribute "action" is  'java.lang.Object action()',

Now we have 'java.lang.String myMethod()' - wrong

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


[jira] Commented: (MYFACES-1599) JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature

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

Tim McConnell commented on MYFACES-1599:
----------------------------------------

I opened an ADFFACES plugin companion defect (ADFFACES-475) for the ADFFACES patch, which can now be ignored. The MYFACES patch still needs to be applied though but I would prefer that the ADFFACES patch be reviewed and applied first to ensure I'm fixing this in the proper manner. Thanks. 

> JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature 
> --------------------------------------------------------------------------------
>
>                 Key: MYFACES-1599
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1599
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Tim McConnell
>         Attachments: MYFACES-1599-ADFFACES.patch, MYFACES-1599.patch
>
>
> The expected deferred-method for the attribute "action" is  'java.lang.Object action()',
> Now we have 'java.lang.String myMethod()' - wrong

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


[jira] Updated: (MYFACES-1599) JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature

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

Bruno Aranda updated MYFACES-1599:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0-SNAPSHOT
           Status: Resolved  (was: Patch Available)

Path applied. Thanks Tim!

> JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature 
> --------------------------------------------------------------------------------
>
>                 Key: MYFACES-1599
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1599
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Tim McConnell
>             Fix For: 1.2.0-SNAPSHOT
>
>         Attachments: MYFACES-1599-ADFFACES.patch, MYFACES-1599.patch
>
>
> The expected deferred-method for the attribute "action" is  'java.lang.Object action()',
> Now we have 'java.lang.String myMethod()' - wrong

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


[jira] Commented: (MYFACES-1599) JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature

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

Adam Winer commented on MYFACES-1599:
-------------------------------------

The change in method name is meaningless - method names have no effect at runtime whatsoever.
Spec compliance cannot require this.

> JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature 
> --------------------------------------------------------------------------------
>
>                 Key: MYFACES-1599
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1599
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Tim McConnell
>         Attachments: MYFACES-1599-ADFFACES.patch, MYFACES-1599.patch
>
>
> The expected deferred-method for the attribute "action" is  'java.lang.Object action()',
> Now we have 'java.lang.String myMethod()' - wrong

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


[jira] Updated: (MYFACES-1599) JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature

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

Tim McConnell updated MYFACES-1599:
-----------------------------------

    Status: Patch Available  (was: Open)

> JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature 
> --------------------------------------------------------------------------------
>
>                 Key: MYFACES-1599
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1599
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>            Reporter: Bruno Aranda
>         Assigned To: Tim McConnell
>
> The expected deferred-method for the attribute "action" is  'java.lang.Object action()',
> Now we have 'java.lang.String myMethod()' - wrong

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