November 2003
Intermediate to advanced
1488 pages
36h 35m
English
If the container encounters a custom tags during the display of a JSP page, many events take place, beginning with the instantiation of the tag handler as shown in Figure 18.2.

Execution of the methods implemented within tag handler classes is triggered by these events along the tag handler life cycle. The sequence of method invocation within the tag handler life cycle is as follows:
Once a JSP tag is encountered, the methods setPageContext() and setParent() are invoked to set up an environment context for the tag handler. These methods don't have to be implemented if you're using the ...
Read now
Unlock full access