The navigation processes use HTML, Java through JSP, and some JavaScript to display the simple pages of the HTML Sample Application. For examples of how the application exploits the toolkit custom JSP tags to get information from the operation context hierarchy, check the contents of the JSP files and pay special attention to the way the custom JSP tags have been used. When your application requires additional behavior, not provided by the BTT tags, you can use custom .tld file.
In particular, the com.ibm.btt.cs.html.DSEJspContextServices class provides a set of useful methods that are used by the BTT tags. The following are the most important ones:
When your application requires additional behavior, not provided by the BTT tags, you can build new tags using the JspContextServices interface.