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 22:38:45 UTC

[jira] Created: (MYFACES-1221) JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "".

JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".
-----------------------------------------------------------------------------------------------------------------------------------------

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

  Components: JSR-252  
    Reporter: Stan Silvert


Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".  It is no longer required to write a customer ViewHandler to incorporate a different render kit.  Please refer to Section 8.3 "ResponseStateManager" and Section 9.4.20 "<f:view>" for more details.

Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=50

-- 
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-1221) JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "".

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

Martin Haimberger updated MYFACES-1221:
---------------------------------------

    Status: Patch Available  (was: Open)

> JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1221
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1221
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Martin Haimberger
>         Attachments: renderkitTest.tar.gz
>
>
> Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".  It is no longer required to write a customer ViewHandler to incorporate a different render kit.  Please refer to Section 8.3 "ResponseStateManager" and Section 9.4.20 "<f:view>" for more details.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=50

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


[jira] Commented: (MYFACES-1221) JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "".

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

Bruno Aranda commented on MYFACES-1221:
---------------------------------------

Thanks for the patch with the test Martin. Does this mean that the issue is already implemented?

> JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1221
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1221
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Martin Haimberger
>             Fix For: 1.2.0-SNAPSHOT
>
>         Attachments: renderkitTest.tar.gz
>
>
> Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".  It is no longer required to write a customer ViewHandler to incorporate a different render kit.  Please refer to Section 8.3 "ResponseStateManager" and Section 9.4.20 "<f:view>" for more details.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=50

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


[jira] Commented: (MYFACES-1221) JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "".

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

Martin Haimberger commented on MYFACES-1221:
--------------------------------------------

it seams that this is implemented yet. Can anyone take also a closer look to this issue?

regards,
Martin Haimberger

> JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1221
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1221
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>
> Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".  It is no longer required to write a customer ViewHandler to incorporate a different render kit.  Please refer to Section 8.3 "ResponseStateManager" and Section 9.4.20 "<f:view>" for more details.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=50

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


[jira] Updated: (MYFACES-1221) JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "".

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

Bruno Aranda updated MYFACES-1221:
----------------------------------

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

Well yes, it seem it is implemented. Thanks!

> JSR-252 Issue #50: Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1221
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1221
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-252
>            Reporter: Stan Silvert
>         Assigned To: Martin Haimberger
>             Fix For: 1.2.0-SNAPSHOT
>
>         Attachments: renderkitTest.tar.gz
>
>
> Allow an application to specify multiple render kits by introducing an optional "renderKitId" attribute on "<f:view>".  It is no longer required to write a customer ViewHandler to incorporate a different render kit.  Please refer to Section 8.3 "ResponseStateManager" and Section 9.4.20 "<f:view>" for more details.
> Also see https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=50

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