jmitchell 2003/03/06 21:00:21 Modified: src/share/org/apache/struts/actions ForwardAction.java Log: fix javadoc Revision Changes Path 1.7 +5 -5 jakarta-struts/src/share/org/apache/struts/actions/ForwardAction.java Index: ForwardAction.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/actions/ForwardAction.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ForwardAction.java 8 Dec 2002 07:12:16 -0000 1.6 +++ ForwardAction.java 7 Mar 2003 05:00:20 -0000 1.7 @@ -89,7 +89,7 @@ * name="subscriptionForm" * scope="request" * input="/subscription.jsp" - * parameter="/path/to/processing/servlet"> + * parameter="/path/to/processing/servlet"/> * </code> * * <p>which will forward control to the context-relative URI specified by the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]