Update readme for portlet faces sample.

This commit is contained in:
Rossen Stoyanchev
2010-10-19 13:25:20 +00:00
parent 5039913006
commit e1eefc506c

View File

@@ -1,15 +1,8 @@
The current status of this sample as of June 2, 2010 is 'not working'.
Starting with version 2.2, Spring Web Flow provides support for JSF Portlets using its own internal
Portlet integration rather than a Portlet Bridge for JSF.
See notes below on combining JSF 1.2, Portlet 2.0, and Facelets.
JSF 2 is not yet supported by any jsf-portlet bridge implementation.
The jsf-portlet bridges by Sun and Apache MyFaces support JSF 1.2.
Portlet 2.0 (required by Spring 3 and Spring Web Flow 2.1) is supported by Apache MyFaces only.
Official Facelets support is missing from both implementations. While there are some
suggestions on how to create a PortletFaceletsViewHandler on the Apache MyFaces user
list (see the thread referenced in the JavaDoc of the PortletFaceletsViewHandler in
this project), the suggested solution doesn't appear to be complete.
This sample demonstrates that support. It has been tested on Apache Pluto 2.0.1 with Portlet
API 2.0 and JSF 1.2 (both Mojarra and MyFaces).
See the reference documentation for more information.