On Fri, 2005-07-15 at 13:12 -0500, Brian Lalor wrote:
> is there a way to specify a new default ActionMapping class?

The "type" attribute of the <action-mappings> element will set a default
so you don't have to repeat it (or forget to repeat it) in all your
<action> elements:

  <action-mappings type="com.domain.MyActionMapping">

-Max


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to