Introduction

Waffle taglib is a sample library which aimed at making it easier to create custom forms using the JSP technology. The most important step it to declare the taglib itself in your jsp file:

Basic usage

The following example shows how to create a form inside a table, containing many different fields:

Due to internationalization issues, you should add the following items to your messages.properties file: supplier.name, supplier.code, supplier.phone, supplier.details and send.

Login form example

The following example shows a sample login form:

Once again, due to internationalization issues, you should register add the following items to your messages.properties file: username, password and login.