|
From: Timo V. <sic...@gm...> - 2004-06-28 14:44:43
|
Hi! I need to set the detectAllViewResolvers in the DispatcherServlet but I=20 have no clue how to do this without subclassing it. I never define a=20 DispatcherServlet bean in any of my XML files, so I cannot simply set=20 this property via spring. The dispatcher servlet is "set up" in my=20 web.xml, where AFAIK I cannot set bean properties.=20 Am I missing something?!? Regards, Timo Am Dienstag, 4. Mai 2004 21:28 schrieb j=FCrgen h=F6ller [werk3AT]: > Already committed - the new DispatcherServlet bean property is called > "detectAllViewResolvers", default is true. If you're doing obscure > things with ViewResolvers, simply turn "detectAllViewResolvers" off > ;-) > > Juergen |