VelocityView « Web « Spring Q&A





1. Problems with VelocityView    forum.springsource.org

Problems with VelocityView Let me preface this by saying I am very new to Velocity in Spring Does the VelocityView require the VelocityViewResolver to work properly? Here is the way I ...

2. How to change Content-Type of VelocityView?    forum.springsource.org

I only wanted to change the page encoding, but realized that response.setContentType() which I called in my interceptor were overridden by VelocityView's response.setContentType(). So, is there a way to change default ...

3. Can I set "allowSessionOverride" with VelocityView    forum.springsource.org

This seems to be connected with my previously posted question http://forum.springframework.org/showthread.php?t=18676 and would propably fix it. But as it seems VelocityViewResolver does not let me set "allowSessionOverride" Where should I set ...

4. Problem configuring velocitytool with VelocityView    forum.springsource.org

Problem configuring velocitytool with VelocityView Hi, I'm new to the forum, and would like to get some input on a problem I'm having: my web application runs on spring 1.1 and ...

5. Extending VelocityView to build Layout templating    forum.springsource.org

Extending VelocityView to build Layout templating Hello, I am constructing internal classes that extend "VelocityView" and override the doRender method. I am using this type of structure to build a templated ...