8.2. Struts Components
The Struts framework provides:
A servlet, known as the ActionServlet, to serve as the controller for the application, invoking actions as required and passing control to and from JavaServer Pages that make up the visible portion of the presentation layer.
Four custom tag libraries that provide powerful capabilities for creating JavaServer Pages:
- The struts-html tag library provides tags useful in generating HTML.
- The struts-bean tag library provides tags to create and access JavaBeans. Struts-bean tags can handle indexed properties, and properties that are themselves beans (nested beans). They are a superior alternative to the <jsp:useBean>, <jsp:setProperty>, and <jsp:getProperty> JSP action tags.
- The struts-logic tag ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access