You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2004/12/31 04:01:50 UTC

svn commit: r123763 - /struts/faces/trunk/README.txt

Author: craigmcc
Date: Thu Dec 30 19:01:49 2004
New Revision: 123763

URL: http://svn.apache.org/viewcvs?view=rev&rev=123763
Log:
Document the limitation that you cannot use <action ... forward="/..."/> to
forward to a JSF page.

Modified:
   struts/faces/trunk/README.txt

Modified: struts/faces/trunk/README.txt
Url: http://svn.apache.org/viewcvs/struts/faces/trunk/README.txt?view=diff&rev=123763&p1=struts/faces/trunk/README.txt&r1=123762&p2=struts/faces/trunk/README.txt&r2=123763
==============================================================================
--- struts/faces/trunk/README.txt	(original)
+++ struts/faces/trunk/README.txt	Thu Dec 30 19:01:49 2004
@@ -532,6 +532,9 @@
 * Use of the Struts-EL tag library (although this should be unnecessary,
   since you are free to use JSTL tags directly).
 
+* Use of an <action> element with a "forward" attribute, forwarding
+  to a JSF page.
+
 * Use of a custom RequestProcessor subclass.  The Struts-Faces integration
   library provides its own custom subclasses
   (org.apache.struts.faces.application.FacesRequestProcessor or

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org