You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/06/16 01:21:32 UTC

DO NOT REPLY [Bug 9624] - RequestActionMapping init-param to ActionServlet

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9624>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9624

RequestActionMapping init-param to ActionServlet

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From craig.mcclanahan@sun.com  2002-06-15 23:21 -------
It turns out you can still set this globally (per struts-config.xml file) by
using the "type" attribute on the <action-mappings> element:

<action-mappings type="org.apache.struts.action.RequestActionMapping">
  ...
</action-mappings>

I've adjusted the Javadoc comments about the deprecated "mapping" init parameter
to describe this option as well.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>