Thanks.
Unfortunately LookupDispatchAction checks for the parameter an throws an error before it gets a chance to use unspecified(), but it should
be easy enough to modify it and then override dispatchActions unspecified().


mas

Wendy Smoak wrote:

From: Mark Shifman [mailto:[EMAIL PROTECTED] where do I do the blocking? The action I am having problems with is a LookupDispatchAction and I get this kind of error message
javax.servlet.ServletException: Request[/RechartFiles] does not contain handler parameter named method
org.apache.struts.actions.LookupDispatchAction.execute(LookupD
ispatchAction.java:199)



We were just talking about that earlier today... Are you using a version of LDA that has the 'unspecified' method inherited from Dispatch Action? Implementing that method will stop the errors, and you may not need to force them to go through the HTML page if you can do the default behavior with no user input.





--
Mark Shifman MD. Ph.D.
Yale Center for Medical Informatics
Phone (203)737-5219
[EMAIL PROTECTED]


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



Reply via email to