PartialPageUtils: add <partial-response> message when writing the <noop/> ppr 
message to client
-----------------------------------------------------------------------------------------------

                 Key: TRINIDAD-2079
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2079
             Project: MyFaces Trinidad
          Issue Type: Bug
            Reporter: Yuan Gao


Today in PartialPageUtils, when we write a <noop/> ppr response to the client, 
we put the <noop> as the root node. On the client side we are actually 
expecting a structure like this: 
<partial-response>
  <noop/>
</partial-response>

We need to add the correct root node to this response. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to