> Why do you have two action mappings for the same DispatchAction?
To get around the validation.
>
> You can just have one action mapping like,
>
>type="org.apache.struts.validator.DynaValidatorForm" >
>
>
>
>type="com.example.InputAction"
> name="InputForm"
Why do you have two action mappings for the same DispatchAction?
You can just have one action mapping like,
Then invoke it using
/ProcessInput?o=edit
/ProcessInput?o=save
Take a look at the source code for DispatchActionyou may have to create
your own versi
2 matches
Mail list logo