A failure in the TCK exposed this issue.
SECTION: Modified Files
-------------------------------------------
M jsf-api/doc/standard-html-renderkit-base.xml
- corrected typo
M jsf-api/doc/standard-html-renderkit.xml
- regenerated doc
SECTION: Diffs
-------------------------------------------
Index: standard-html-renderkit-base.xml
===================================================================
RCS file:
/cvs/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit-base.xml,v
retrieving revision 1.3
diff -u -r1.3 standard-html-renderkit-base.xml
--- standard-html-renderkit-base.xml 12 Jan 2005 21:35:56 -0000 1.3
+++ standard-html-renderkit-base.xml 18 Feb 2005 18:56:19 -0000
@@ -516,7 +516,7 @@
<xi:include href="uimessages-props.xml"
xpointer="xpointer(/root/*)"/>
<xi:include href="core-props.xml" xpointer="xpointer(/root/*)"/>
- <xi:include href="message-message-props.xml"
xpointer="xpointer(/root/*)"/>
+ <xi:include href="messages-messages-props.xml"
xpointer="xpointer(/root/*)"/>
<xi:include href="i18n-props.xml" xpointer="xpointer(/root/*)"/>
<component-extension>
Index: standard-html-renderkit.xml
===================================================================
RCS file:
/cvs/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit.xml,v
retrieving revision 1.72
diff -u -r1.72 standard-html-renderkit.xml
--- standard-html-renderkit.xml 17 Feb 2005 04:33:38 -0000 1.72
+++ standard-html-renderkit.xml 18 Feb 2005 19:00:14 -0000
@@ -8936,6 +8936,21 @@
</property>
<property>
<description>
+ The type of layout markup to use when rendering
+ error messages. Valid values are "table" (an HTML
+ table) and "list" (an HTML list). If not specified,
+ the default value is "list".
+ </description>
+ <display-name>Layout</display-name>
+ <icon/>
+ <property-name>layout</property-name>
+ <property-class>java.lang.String</property-class>
+ <property-extension>
+ <default-value>"list"</default-value>
+ </property-extension>
+ </property>
+ <property>
+ <description>
Flag indicating whether the detail portion of the
message should be displayed as a tooltip.
</description>
@@ -9718,15 +9733,15 @@
<property>
<description>
Flag indicating that characters that are sensitive
- in HTML and XML markup must be escaped. This flag
- is set to "true" by default.
+ in HTML and XML markup must be escaped. If omitted, this
+ flag is assumed to be "false".
</description>
<display-name>Escape Characters</display-name>
<icon/>
<property-name>escape</property-name>
<property-class>boolean</property-class>
<property-extension>
- <default-value>true</default-value>
+ <default-value>false</default-value>
</property-extension>
</property>