If it's running in a 2.3 container a filter might do it.  I had a very
similar problem and wrote a filter mapping a particular call, I check
for the parameter and if not there redirect elsewhere to be handled.

Ed

On Mon, 2003-02-03 at 15:17, Wendy Smoak wrote:
> Larry wrote:
> > You should override the method unspecified. Check out the 
> > DispatchAction Java doc
> 
> Thanks!  That will fix my problem, but not Ashish's.  He's apparently got
> people sending requests that contain a parameter value for which there is no
> mapping.  Any help there, or is my guess okay?
> 
> if ( !getKeyMethodMap.containsKey( request.getParameter(
> mapping.getParameter() ) ) { ... }
> 
> -- 
> Wendy Smoak



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

Reply via email to