-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Description
Matthias Koch opened SPR-6224 and commented
the reference documentation for the ResourceBundleViewResolver tells that the view class will marked with: viewname.class= in the properties file.
if doing so in spring 3, it won't work.
the right syntax is: viewname.(class)=
this should be the right syntax since spring 2 regarding to this issue:
http://jira.springframework.org/browse/SPR-1664
i found this deprected/wrong doku here:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch15s05.html#mvc-viewresolver-resolver
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch16s02.html
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/ch16s03.html
thanks
kg Matthias Koch
Affects: 3.0 RC1
Issue Links:
- Spring MVC views.properties uses xl.(class) syntax [SPR-5430] #10104 Spring MVC views.properties uses xl.(class) syntax
Referenced from: commits d293c22