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

Reply via email to