dgraham 2003/09/09 16:50:34
Modified: doc/userGuide struts-html.xml
Log:
Added more info to xhtml tag and a reference to it from
the html tag. PR# 23043
Revision Changes Path
1.63 +9 -3 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- struts-html.xml 9 Sep 2003 17:49:18 -0000 1.62
+++ struts-html.xml 9 Sep 2003 23:50:34 -0000 1.63
@@ -2240,7 +2240,8 @@
<p>Set to <code>true</code> in order to render
<code>xml:lang</code> and <code>xmlns</code> attributes
on the generated <code>html</code> element. This also
- causes all other html tags to render as xhtml.
+ causes all other html tags to render as XHTML (the
+ <html:xhtml/> tag has a similar purpose).
</p>
</info>
<since>Struts 1.1</since>
@@ -6966,8 +6967,13 @@
<p>
Using this tag in a page tells all other html taglib tags
to render themselves as XHTML. This is useful
- when composing pages with JSP includes or Tiles. This tag has the same
effect
- as using <html:html xhtml="true">.
+ when composing pages with JSP includes or Tiles.
+ <html:html xhtml="true"> has a similar effect.
+ </p>
+ <p>
+ <strong>Note</strong>: Included pages do not inherit the rendering
+ style of the including page. Each JSP fragment or Tile must use this
+ tag to render as XHTML.
</p>
</info>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]