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

Reply via email to