Struts View Components: JSP Pages with Tags
Here (again) is the JSP page
(login.jsp) that creates the login screen.
- No Java code!
- The page uses three Struts custom tag libraries: bean,
html, and logic
- These tag libraries are included in a JSP directive at the top of the
page just like any other tag library
- Tags that begin "prefix:" (including "html:") are from one
of the Struts libraries
- Those that do not are ordinary HTML tags
- Here is
Documentation for the Struts Tab Libraries
Here are the other JSPs for the banking application: