I think this is great and cheap solution. I would like DispatchAction
to work like this. BTW, can non-committers comment on Struts changes?

On 4/29/05, Hubert Rabago <[EMAIL PROTECTED]> wrote:
> Bugs 16104 and 34663 ask for a default method in DispatchAction.  In
> both cases, the response has been to use unspecified().  I think the
> problem in both cases is the requirement for a mapping.getParameter()
> value.
> 
> unspecified() only gets called if ActionMapping.parameter is present
> but doesn't match any existing methods.  If .parameter is null, we
> throw a servlet exception [ http://tinyurl.com/9hswq ].  We can easily
> change the code so that this requirement goes away, though this might
> create compatibility issues.
> 
> Hubert
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

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

Reply via email to