Mobile Dialog return does not work with PPR
-------------------------------------------
Key: TRINIDAD-1398
URL: https://issues.apache.org/jira/browse/TRINIDAD-1398
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.10-core
Reporter: Scott O'Bryan
New mobile dialog return code does not work with PPR. This is caused by the
redirect which is now issued on a dialog return. Essentially when the code
issues a redrect in an XHR request, the redirect happens and expects and xml
response. The intended behavior is that a <redirect> xml message is returned
to the client.
The dialog return code needs to detect whether we are in a PPR request or not,
and if we are, generate the appropriate response.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.