For those of you interested, I posted the stuff to JIRA.
http://opensource.atlassian.com/projects/spring/browse/SPR-941
Type: Posts; User: shinobu; Keyword(s):
For those of you interested, I posted the stuff to JIRA.
http://opensource.atlassian.com/projects/spring/browse/SPR-941
Well, here's what I've got so far:
import java.util.Locale;
import org.springframework.beans.BeansException;
import org.springframework.web.servlet.View;
import...
Hi all,
Is it possible to configure VelocityViewResolver to use VelocityLayoutView? As for VelocityToolboxView, setting the "toolboxConfigLocation" seems to do the trick. (I'm not sure if this...