|
From: Alessandro Di B. <al...@fu...> - 2004-11-09 17:40:16
|
<posted & mailed> Hi, I apologize for posting this in the developer list but i did not get any answer in the users one and I'm stuck. I'm trying to put together a web app and I'm trying to understand how to use the view resolver. I should to get the XmlViewResolver to work but i don't understand how I can associate a specific resolver with a controller. I'll explain better. I have a MultiActionController e several SimpleFormController(s) that are mapped to different paths. I would like to be able to say that if the request is handled by the MultiActionController, the views sholuld be resolved by the XmlViewResolver while if the request if handled by SimpleFormController foo, the views should be resolved by the resolver bar. Is this possible? Thanks Alessandro |