Hi guz,
At the moment, I am using ControllerClassNameHandlerMapping to do the request - controller mapping. And I am now trying to use RequestToViewNameTranslator with MultiActionController.
The problem I get is in the request I have to use something like "/controllerPrefix/view.do" to make the dispatcher maps to a MultiActionController, thus the view translator will return logical view name like "/controllerPrefix/view", which means I have to put the JSP file inside a folder named "controllerPrefix"
Is there a better way to do it? I want all my JSP files put together. Thanks


Reply With Quote
