buuhsmead
Nov 30th, 2006, 03:42 PM
Just a fresh start with spring-mvc 2.0 and 2.0.1 and found ControllerClassNameHandlerMapping. Made it work for ouput with jsp. It is great and clear. But how to use this with forms. I got a solution working with SimpleUrlHandlerMapping and ControllerClassNameHandlerMapping but I had to put an order on them. I would love to have a solution with ControllerClassNameHandlerMapping to do /product/list.html and /product/edit.html. I now have to use the SimpleUrlHandlerMapping to map this url to a EditProductController extends SimpleFormController. Do I mis something here?? Help and/or direction to read are gladly excepted.