I'm trying to figure out what exactly LookupDispatchAction does, if the
parameter in the url is not present (returned as null).  I'm looking at
the source code, and it apparently throws an ServletException if the
returned parameter is null.

I've tried implementing the unspecified method, but it still isn't
working.  If I change my action to extend DispatchAction instead of
LookupDispatchAction, it will work fine, but I need to use
LookupDispatchAction because I'm using it to determine behavior based on
which submit button is clicked on.

Can someone give me any insight on what I should be doing?  Thanks!

/fooAction.do              // throws ServletError with handler not found
message
/fooAction.do?bar=invalid  // non-valid parameter goes thru unspecified
method.
/fooAction.do?bar=valid    // valid parameter does get executed.

===========================================
Tim Kettering - [EMAIL PROTECTED]
Vivakos, Inc.
www.vivakos.com
===========================================


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

Reply via email to