Author: husted Date: Sat Oct 30 01:23:34 2004 New Revision: 56030 Modified: struts/trunk/doc/userGuide/struts-html.xml Log: Document that if a link to a forward is used to switch modules, the path must point to an action.
Modified: struts/trunk/doc/userGuide/struts-html.xml ============================================================================== --- struts/trunk/doc/userGuide/struts-html.xml (original) +++ struts/trunk/doc/userGuide/struts-html.xml Sat Oct 30 01:23:34 2004 @@ -3699,7 +3699,8 @@ <li><em>forward</em> - Use the value of this attribute as the name of a global <code>ActionForward</code> to be looked up, and use the module-relative or context-relative - URI found there.</li> + URI found there. If the forward is module-relative then + it must point to an action and NOT to a page.</li> <li><em>action</em> - Use the value of this attribute as the name of a <code>Action</code> to be looked up, and use the module-relative or context-relative --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]