Registering Struts Custom Tag Libraries
Like other tag libraries, the Struts libraries must be registered with the
web application.
Here are the
taglib elements for the banking application.
Here is the full
web.xml file for the banking application.
- Each tag library is described by a taglib element
- Note that login.jsp is specified as the welcome file
- Note also that only one servlet is deployed, the controller servlet for
the entire banking application
Here is the full
struts-config.xml file for the banking application.