1 min read
Velocimacro - Generate a HTML Select box and its Options
A quick and simple Velocimacro to generate HTML Select boxes and its Options; automatically selects the correct option based on the value given.
Jakarta VelocityJava
Loading...
Preparing your content
3 posts in Jakarta Velocity
A quick and simple Velocimacro to generate HTML Select boxes and its Options; automatically selects the correct option based on the value given.
Learn how type sensitivity in Velocity template comparisons can break your HTML forms and how to fix it with proper type conversion
If you're reading this article you've probably encounted the same problem as I have.