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

svn commit: r377545 - in /myfaces/tomahawk/trunk/sandbox: core/src/main/tld/myfaces_sandbox.tld examples/src/main/webapp/stateChangedNotifier.jsp

Author: baranda
Date: Mon Feb 13 16:16:50 2006
New Revision: 377545

URL: http://svn.apache.org/viewcvs?rev=377545&view=rev
Log:
Added ui_component attributes to stateChangedNotifier

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld?rev=377545&r1=377544&r2=377545&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld Mon Feb 13 16:16:50 2006
@@ -981,6 +981,7 @@
 		<body-content>JSP</body-content>
 		<display-name>stateChangedNotifier component</display-name>
 		<description>A component that listens to changes in the components</description>
+        &ui_component_attributes;
         &ui_state_changed_notifier_attributes;
     </tag>
 

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp?rev=377545&r1=377544&r2=377545&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp Mon Feb 13 16:16:50 2006
@@ -39,7 +39,9 @@
     </p>
 
     <h:form id="form1">
-        <s:stateChangedNotifier confirmationMessage="Are you sure?" disabled="false" />
+        <s:stateChangedNotifier id="stateChangedId"
+                                confirmationMessage="Are you sure?"
+                                disabled="false" />
 
         <h:panelGrid columns="1">
             <h:inputText value=""/>