All blank spaces in what? A template, a section of a template, or a string or both? If a string, you can call all public java.lang.String methods, so if you use Java 5+, you can just avail yourself the replace methods. If a template, it depends on how you are a storing that resource. If a section of a template, you could wrap it in a #define block, render the block into a string and then use the string's replace method, as above.
2009/12/3 Steve Cohen <[email protected]>: > in Velocity to convert all blank spaces to ? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
