/ Published in: Groovy

I am trying to setup a GroovyPageView with a URLBasedViewResolver as part of a Spring MVC project. Any ideas?
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<bean id="groovyPagesTemplateEngine" class="org.codehaus.groovy.grails.web.pages.GroovyPagesTemplateEngine"> </bean> </bean> <!-- org.springframework.web.servlet.view.InternalResourceViewResolver --> </bean>
Comments
