Adding a Parameter

Enter the appropriate data for each field.
Parameter Name Enter a name of the parameter in the servlet. A parameter is typically an HTML form sub-element that has POSTed.
Input Rule Enter the name of the class that will be used to validate this parameter.
Format Enter a format that corresponds to the class specified in the Input Rule field.
Error Handler Enter a fully qualified Java class name that will be called if the validation for the parameter fails.
Input Required Check this box if you want the input parameter to exist as part of the input list.
In Session Check this box if the parameter is in cache (session) for validation.
Add to selected parameter group Check this box if you want to add this parameter to the group.
See also
Using the JSP/Servlet Customizer General Tab
Using the JSP/Servelt Customizer Expert Tab
Creating a Parameter Group

Legal Notices