Author: niallp
Date: Tue Feb 21 22:18:49 2006
New Revision: 379705

URL: http://svn.apache.org/viewcvs?rev=379705&view=rev
Log:
Update cancel test in struts-examples webapp

Modified:
    struts/apps/trunk/examples/src/webapp/exercise/html-cancel.jsp

Modified: struts/apps/trunk/examples/src/webapp/exercise/html-cancel.jsp
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/examples/src/webapp/exercise/html-cancel.jsp?rev=379705&r1=379704&r2=379705&view=diff
==============================================================================
--- struts/apps/trunk/examples/src/webapp/exercise/html-cancel.jsp (original)
+++ struts/apps/trunk/examples/src/webapp/exercise/html-cancel.jsp Tue Feb 21 
22:18:49 2006
@@ -77,12 +77,10 @@
     </p>
     <hr/>
 
-    <p><strong>Cancel Not Allowed - Exception (Validate false)</strong></p>
+    <p><strong>Cancel Ignored (Validate false)</strong></p>
     <p>
-        Pressing this Cancel button should throw an 
-        <code>org.apache.struts.action.InvalidCancelException</code>
-        since Cancellable is not set for this Action even though
-        the mapping is set to NOT validate.
+        Pressing this Cancel button should return to the Welcome page,
+        as validate is set to false for this Action.
     </p>
 
     <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to