Struts Tag <html:...>
by Michael Thomas
Struts Home Page
My Notes (don't take it as gospel)
-
http://localhost:8080/struts-documentation/userGuide/dev_html.html
- HTML Tag Docs - If you have Struts docs install on your local PC.
- No Struts Tags for the following HTML tags:
(Note: The struts tags help bridge the server side app (JSP & Servlet)
with the client side browser (HTML, JavaScript, etc...). So a Struts
Tag will normally be used to show content because of multi-language support
or show content based on data generated by the server.)
- <title>
- <head>
- <body>
- <p>, <ul>, <li>, etc...
- Tags not associated with Forms & Validation/Errors
- html:base
- html:frame
- html:html
- html:img
- html:link
- html:messages
- html:rewrite
- html:xhtml