You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2004/12/22 06:34:09 UTC

svn commit: r123049 - /struts/core/trunk/doc/bsf/index.xml

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>
     &lt;action    path="/logoff"
-               type="org.twdata.struts.ScriptAction"
+               type="org.apache.struts.bsf.ScriptAction"
                parameter="/WEB-INF/scripts/Logoff.bsh"&gt;
       &lt;forward name="success"              path="/index.jsp"/&gt;
     &lt;/action&gt;

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