The most common and simple html tag is the usual input text field. A common use of its html form is:
The w:text tag allows you to generate the above code by defining:
The above example does not show all the power behind the waffle form taglib. Let's add a form and a table to the sample html shown earlier:
Using the waffle taglib, one can easily output the above result by defining:
And registering the following key into your i18n file:
You can learn more about form types by reading the w:form tag documentation.
Here is an example of label and default value customization:
And i18n file: