/[Apache-SVN]/myfaces/impl/trunk/tld/entities/ui_message_attributes.xml
ViewVC logotype

Diff of /myfaces/impl/trunk/tld/entities/ui_message_attributes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- myfaces/impl/trunk/tld/entities/ui_message_attributes.xml	2005/11/25 00:03:17	348837
+++ myfaces/impl/trunk/tld/entities/ui_message_attributes.xml	2005/11/25 00:28:55	348838
@@ -1,26 +1,28 @@
-        <!-- UIMessage attributes -->
-        &ui_component_attributes;
-        <attribute>
-            <name>for</name>
-            <required>true</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>The client identifier of the component for which this component represents associated message(s).</description>
-        </attribute>
-        <attribute>
-            <name>showSummary</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Indicates whether the summary of the associated message(s) should be displayed.
-                         Default is: true</description>
-        </attribute>
-        <attribute>
-            <name>showDetail</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>Indicates whether the detail of the associated message(s) should be displayed.
-                         Default is: false</description>
-        </attribute>
+<!-- UIMessage attributes -->
+&ui_component_attributes;
+<attribute>
+    <name>for</name>
+    <required>true</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>An EL expression, returning a String, with the unique ID of the component 
+    for which messages should be displayed.  This string has the same format as that accepted by the 
+    UIComponent.findComponent() method.</description>
+</attribute>
+<attribute>
+    <name>showSummary</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>An EL expression, returning a boolean, that controls whether the summary text
+    of the associated messages is displayed.  Default: true.</description>
+</attribute>
+<attribute>
+    <name>showDetail</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+    <description>An EL expression, returning a boolean, that controls whether the detail text
+    of the associated messages is displayed.  Default: false.</description>
+</attribute>
 

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26