Previous Topic: Overview of Servlet-based Password Services JSP Forms

Next Topic: Localize Servlet-based Password Services

Modify Servlet-based Password Services JSP Forms

You can customize the layout and formatting of Password Services JSP forms just as you would customize any other HTML document.

Do not alter the following:

JavaScript functions at the beginning of the template file.
<form> HTML tags

Policy Server uses <form> output to pass information to the Password Services servlet for processing

Parameters enclosed in <% %> notation

These <%text%> parameters are used by the Password Services servlet. Although you cannot change the existing ones, you can add your own <%text%> parameters or use Password Services-specific <%text%> parameters for your own purposes, if desired.

Different <%text%> parameters are used in different JSP template files.