Subversion Repositories SmartDukaan

Rev

Rev 30017 | Rev 30046 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 30017 Rev 30043
Line 100... Line 100...
100
	}
100
	}
101
 
101
 
102
	@Bean
102
	@Bean
103
	public VelocityConfigurer velocityConfig() {
103
	public VelocityConfigurer velocityConfig() {
104
		VelocityConfigurer velocityConfigurer = new VelocityConfigurer();
104
		VelocityConfigurer velocityConfigurer = new VelocityConfigurer();
-
 
105
		Properties velocityProperties = new Properties();
-
 
106
		velocityProperties.put("directive.set.null.allowed", "true");
-
 
107
		velocityConfigurer.setVelocityProperties(velocityProperties);
105
		velocityConfigurer.setResourceLoaderPath(VELOCITY_PATH_PREFIX);
108
		velocityConfigurer.setResourceLoaderPath(VELOCITY_PATH_PREFIX);
106
		return velocityConfigurer;
109
		return velocityConfigurer;
107
	}
110
	}
108
 
111
 
109
	@Bean(name = "messageSource")
112
	@Bean(name = "messageSource")