From: "Gabriel França Campolina" <[EMAIL PROTECTED]>
> I'd like know more about this, if I don't set a value to variable
> method, what method will call in my action???
> ex in my url:
>  if I do:
>     .../produto.do?method= ????//how call my methods to
> lookupdispachaction(method=button.delete or method=delete)
>        if I don't pass any value how method in my action is call

There is an 'unspecified' method that you can override to provide a behavior
when the parameter is missing from the request.  I usually just have it
return 'mapping.getInputForward()'.

-- 
Wendy Smoak


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

Reply via email to