You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/02/26 23:16:05 UTC

svn commit: r381187 - /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml

Author: werpu
Date: Sun Feb 26 14:16:01 2006
New Revision: 381187

URL: http://svn.apache.org/viewcvs?rev=381187&view=rev
Log:
added the value binding due to the fact that we have to influence it from the outside

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml?rev=381187&r1=381186&r2=381187&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/entities/ui_state_changed_notifier_attributes.xml Sun Feb 26 14:16:01 2006
@@ -22,3 +22,12 @@
        Comma-separated list of cliend id of the commands which will be excluded from the confirmation message
      </description>
   </attribute>
+<attribute>
+    <name>value</name>
+    <required>false</required>
+    <rtexprvalue>false</rtexprvalue>
+    <type>java.lang.String</type>
+     <description>
+		value if set to true triggers the state change notification
+     </description>
+  </attribute>
\ No newline at end of file