views:

231

answers:

0

Hello, i´m trying to generate reports with jasperreports, acording to documentation i need to configure the ResourceBundleViewResolver like this.

<bean id="resourceBundleView" 
    class="org.springframework.web.servlet.view.ResourceBundleViewResolver">
    <property name="basename" value="views"/>
</bean> 

And a file called view.properties, the problem is that i don´t know where to placed. currently i´m putting it in a folder called views and my file in it. but when i run my controller this error is´s been thrown

Problem accessing /dwrsimple/reportes/reporteVehiculos.html. Reason: Can't find bundle for base name views, locale en_GB

Hope some one can help me.