Samir,
Like other handler methods, your 'noWhere' method have to have at least HttpServletRequest and HttpServletResponse parameters. Double-check the API of MultiActionController, Samir. The 3rd parm, HttpSession, and 4th param, command object, are optional.
It is similar to 'unspecified' method in DispatchAction of
Struts 1.x, I think.
Good luck.
Frank