Author: mrdon Date: Tue Dec 21 21:34:08 2004 New Revision: 123049 URL: http://svn.apache.org/viewcvs?view=rev&rev=123049 Log: Updated struts-bsf docs for new org.apache.struts.bsf package
Modified: struts/core/trunk/doc/bsf/index.xml Modified: struts/core/trunk/doc/bsf/index.xml Url: http://svn.apache.org/viewcvs/struts/core/trunk/doc/bsf/index.xml?view=diff&rev=123049&p1=struts/core/trunk/doc/bsf/index.xml&r1=123048&p2=struts/core/trunk/doc/bsf/index.xml&r2=123049 ============================================================================== --- struts/core/trunk/doc/bsf/index.xml (original) +++ struts/core/trunk/doc/bsf/index.xml Tue Dec 21 21:34:08 2004 @@ -60,12 +60,12 @@ <p>To determine what script will be executed, the "parameter" attribute of the action mapping should contain the name of the script relative to the web application root directory (i.e. http://server/app). In the place of - the traditional Action implementation, use the value <code>org.twdata.struts.ScriptAction</code>. + the traditional Action implementation, use the value <code>org.apache.struts.bsf.ScriptAction</code>. For example: </p> <pre> <action path="/logoff" - type="org.twdata.struts.ScriptAction" + type="org.apache.struts.bsf.ScriptAction" parameter="/WEB-INF/scripts/Logoff.bsh"> <forward name="success" path="/index.jsp"/> </action> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]