If you are developing a Struts web application and you want to develop XHTML compliant pages, don't forget to add <html:xhtml/> to you pages. If you don't, the other HTML tags aren't guarenteed to generate XHTML compliant output. Further, you must put this tag on every JSP fragment or Tile. The fragments don't inherit the property from their container.
1:53:29 PM comment []