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/21 01:38:30 UTC

svn commit: r379301 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/stateChangedNotifier.jsp

Author: werpu
Date: Mon Feb 20 16:38:28 2006
New Revision: 379301

URL: http://svn.apache.org/viewcvs?rev=379301&view=rev
Log:
fixed an invalid tag

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

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=379301&r1=379300&r2=379301&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 20 16:38:28 2006
@@ -58,7 +58,7 @@
     </h:form>
 
     <h:form id="form2">
-        <s:stateChangedNotifier confirmationMessage="Everything ok?" excluded="link3"/>
+        <s:stateChangedNotifier confirmationMessage="Everything ok?" excludedIds="link3"/>
 
         <h:panelGrid columns="1">
             <h:inputText id="input1" value="" />