You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Howard Abrams (JIRA)" <my...@incubator.apache.org> on 2005/07/23 04:47:46 UTC

[jira] Created: (MYFACES-359) JspViewHandlerImpl.createView doesn't play nice with decorators

JspViewHandlerImpl.createView doesn't play nice with decorators
---------------------------------------------------------------

         Key: MYFACES-359
         URL: http://issues.apache.org/jira/browse/MYFACES-359
     Project: MyFaces
        Type: Bug
    Versions: Nightly Build, 1.0.9 beta    
    Reporter: Howard Abrams


JspViewHandlerImpl.createView calls the local version of calculateLocale and calculateRenderKitId. It should get the viewHandler from the application instance (as it does in restoreView) and then call the instance's mehtods,otherwise any decorator methods won't get called.

-- 
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-359) JspViewHandlerImpl.createView doesn't play nice with decorators

Posted by "Manfred Geiler (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-359?page=all ]
     
Manfred Geiler resolved MYFACES-359:
------------------------------------

    Fix Version: Nightly Build
     Resolution: Fixed

patch applied

> JspViewHandlerImpl.createView doesn't play nice with decorators
> ---------------------------------------------------------------
>
>          Key: MYFACES-359
>          URL: http://issues.apache.org/jira/browse/MYFACES-359
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly Build, 1.0.9 beta
>     Reporter: Howard Abrams
>     Assignee: Manfred Geiler
>      Fix For: Nightly Build
>  Attachments: JspViewHandlerImpl.patch
>
> JspViewHandlerImpl.createView calls the local version of calculateLocale and calculateRenderKitId. It should get the viewHandler from the application instance (as it does in restoreView) and then call the instance's mehtods,otherwise any decorator methods won't get called.

-- 
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] Closed: (MYFACES-359) JspViewHandlerImpl.createView doesn't play nice with decorators

Posted by "Martin Marinschek (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-359?page=all ]
     
Martin Marinschek closed MYFACES-359:
-------------------------------------


> JspViewHandlerImpl.createView doesn't play nice with decorators
> ---------------------------------------------------------------
>
>          Key: MYFACES-359
>          URL: http://issues.apache.org/jira/browse/MYFACES-359
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly Build, 1.0.9 beta
>     Reporter: Howard Abrams
>     Assignee: Manfred Geiler
>      Fix For: Nightly Build
>  Attachments: JspViewHandlerImpl.patch
>
> JspViewHandlerImpl.createView calls the local version of calculateLocale and calculateRenderKitId. It should get the viewHandler from the application instance (as it does in restoreView) and then call the instance's mehtods,otherwise any decorator methods won't get called.

-- 
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: (MYFACES-359) JspViewHandlerImpl.createView doesn't play nice with decorators

Posted by "Howard Abrams (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-359?page=all ]

Howard Abrams updated MYFACES-359:
----------------------------------

    Attachment: JspViewHandlerImpl.patch

Untested (not even compiled) patch to fix the problem.

> JspViewHandlerImpl.createView doesn't play nice with decorators
> ---------------------------------------------------------------
>
>          Key: MYFACES-359
>          URL: http://issues.apache.org/jira/browse/MYFACES-359
>      Project: MyFaces
>         Type: Bug
>     Versions: Nightly Build, 1.0.9 beta
>     Reporter: Howard Abrams
>  Attachments: JspViewHandlerImpl.patch
>
> JspViewHandlerImpl.createView calls the local version of calculateLocale and calculateRenderKitId. It should get the viewHandler from the application instance (as it does in restoreView) and then call the instance's mehtods,otherwise any decorator methods won't get called.

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