Hello I'm trying to get velocity to use a properties file of mine that has customized labels. This is so I can call a velocity tag like : #stextfield( "label='member.username.label'" "name='username'" "size=25") where the label value would be defined in the properties file.
Is it just a matter of putting the properties into some kind of static Velocity class somewhere? Thanks in advance, Carlo
