2007/7/25, Ken Bowen <[EMAIL PROTECTED]>:
I want to use this as the forward from an Action called NumberPlayAction.
And I have the following action in the action-mappings: Correct it to: <action path="/NumberPlay"
name="nullForm"
type="com.strongbrain.actions.NumberPlayAction" >
<forward name="success" path="numberplay.main" />
</action>
You have to use the name of the definition as forward path. Antonio

