Extend MappingDispatchAction instead:
http://struts.apache.org/api/org/apache/struts/actions/MappingDispatchAction.html

Your config would look like:

   <action path="/userEdit"
           type="bayarsaikhan.YourAction"
      parameter="edit"/>

   <action path="/userDelete"
           type="bayarsaikhan.YourAction"
      parameter="delete"/>



On 7/15/05, Bayarsaikhan VOLODYA <[EMAIL PROTECTED]> wrote:
> hi all,
> 
> currently, i set action parameter manually. i mean
> /user.do?action=edit
> 
> i dont want this one. i want to set it up like this. Telling no Parameter.
> /userEdit.do
> /userDelete.do
> ...
> with no parameter but one action class that extends DispathAction.
> how can i handle it?
> 
> --
> Bayarsaikhan VOLODYA
> 
>

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

Reply via email to