mafi
Nov 26th, 2004, 04:16 AM
Then using the MultiActionController the access level must be public of the action methods
ModelAndView actionName(HttpServletRequest request, HttpServletResponse response);
I think either this should be written in the javadoc of the class or someone should change the implementation of setDelegate() in the MultiActionController class to look for all method with the right signature regardless of access level.
Riccardo
ModelAndView actionName(HttpServletRequest request, HttpServletResponse response);
I think either this should be written in the javadoc of the class or someone should change the implementation of setDelegate() in the MultiActionController class to look for all method with the right signature regardless of access level.
Riccardo