SWF-1160 - Apache Trinidad ajax requests (PPR) don't work.

This commit is contained in:
Jeremy Grelle
2009-08-05 23:18:57 +00:00
parent fe86e080c1
commit ad32048843
2 changed files with 15 additions and 0 deletions

View File

@@ -796,6 +796,11 @@
well together has not yet been attempted, but Trinidad provides a pretty thorough solution on its own
when used in conjunction with the Spring Faces integration layer.
</para>
<para>
NOTE - An <code>AjaxHandler</code> implementation for Trinidad is not currently provided out-of-the-box with
Spring Faces. In order to fully integrate with Trinidad's PPR functionality, a custom implementation should be
provided. An community-provided partial example can be found here: <ulink url="http://jira.springsource.org/browse/SWF-1160">SWF-1160</ulink>
</para>
<para>
Typical Trinidad + Spring Faces configuration is as follows in web.xml (in addition to the typical
Spring Faces configuration):