Taglib Descriptor Wizard

Validators

Having entered details about the tag library as a whole on the first page of the wizard, this one shows details about a validator for the library as a whole (a JSP 1.2 extension). This page is not available if you selected the JSP 1.1 button on the first page.

TLD Tags
  • Select a validator class from the list to be used during compilation of pages using this tag library. Its values populate the fields below and can then be updated. Choose "None" to have no validation done. You can also Browse for another validation class, as only those within the current project appear in the drop-down list.
validator
validator-class
  • Enter a description of the validator class for documentation purposes. This field automatically fills with the comments for a validator class chosen from the list above if that class was originally found in the project.
description
  • Select a parameter for the validator class to update. The list of parameters is automatically set to those found in the validator class chosen above, if it was originally found in the project.
init-param
param-name
  • Press Add to create a new parameter for the validator. Select an existing parameter from the table and press the Delete button to remove it.
  • Enter the parameter's value.
param-value
  • For each parameter you may enter a description for it for documentation purposes.
description

Proceed to the next page which shows details about listeners for events surrounding the JSP life cycle with the Next button. The Back button returns to the first page. Alternately, you can accept all the defaults and generate the final file with the Finish button.


Version 3.0
Written by Keith Wood (kbwood@iprimus.com.au).