You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Lessard (JIRA)" <de...@myfaces.apache.org> on 2008/10/05 22:29:44 UTC

[jira] Created: (MYFACES-2003) Implement JSF 2.0 logic at TODO #58

Implement JSF 2.0 logic at TODO #58
-----------------------------------

                 Key: MYFACES-2003
                 URL: https://issues.apache.org/jira/browse/MYFACES-2003
             Project: MyFaces Core
          Issue Type: Task
          Components: JSR-314
    Affects Versions: 2.0.0-alpha
            Reporter: Simon Lessard
            Priority: Minor


In class: javax.faces.component.UIViewRoot
Implement: public List<PhaseListener> getPhaseListeners()

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


[jira] Resolved: (MYFACES-2003) Implement JSF 2.0 logic at TODO #58

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

Simon Lessard resolved MYFACES-2003.
------------------------------------

       Resolution: Invalid
    Fix Version/s: 2.0.0-alpha

This ticket is no longer valid as of final draft API (moved to PartialViewContext).

> Implement JSF 2.0 logic at TODO #58
> -----------------------------------
>
>                 Key: MYFACES-2003
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2003
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Simon Lessard
>            Assignee: Simon Lessard
>            Priority: Minor
>             Fix For: 2.0.0-alpha
>
>
> In class: javax.faces.context.FacesContext
> Implement: public ResponseWriter getPartialResponseWriter()

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


[jira] Commented: (MYFACES-2003) Implement JSF 2.0 logic at TODO #58

Posted by "Michael Concini (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12637949#action_12637949 ] 

Michael Concini commented on MYFACES-2003:
------------------------------------------

I volunteer to work on this issue. 

> Implement JSF 2.0 logic at TODO #58
> -----------------------------------
>
>                 Key: MYFACES-2003
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2003
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Simon Lessard
>            Priority: Minor
>
> In class: javax.faces.context.FacesContext
> Implement: public ResponseWriter getPartialResponseWriter()

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


[jira] Commented: (MYFACES-2003) Implement JSF 2.0 logic at TODO #58

Posted by "Werner Punz (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-2003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651323#action_12651323 ] 

Werner Punz commented on MYFACES-2003:
--------------------------------------

If no one takes over the task earlier I will tackle this task next week, I won´t start this week anymore due to other work and I have to read the exact specs regarding the JSF 2 ppr/ajax part, because I also want to start to implement on the responsewriter itself, if already properly specified. A specification definitely has to be precise in this area because the entire javascript part has to be dealt with separately (you have to eval javascripts pushed through the responsewriter, while normal html has just be be innerHtmled on the client side)

Trinidad does it in the way of pushing a responseWriter which simply splits the code according to the startTag param (scripts get their own list and the rest gets its list, and when it is rendered both are pushed into different CDATA sections)

We need something similar here, but as I wrote before, I have to check the specs first for further details!


> Implement JSF 2.0 logic at TODO #58
> -----------------------------------
>
>                 Key: MYFACES-2003
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2003
>             Project: MyFaces Core
>          Issue Type: Task
>          Components: JSR-314
>    Affects Versions: 2.0.0-alpha
>            Reporter: Simon Lessard
>            Priority: Minor
>
> In class: javax.faces.context.FacesContext
> Implement: public ResponseWriter getPartialResponseWriter()

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