Author: jmorliaguet
Date: Thu Feb 16 23:29:53 2006
New Revision: 2392

Modified:
   
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/forms/sampleform.pt
Log:

- temporary fix for not submitting the form



Modified: 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/forms/sampleform.pt
==============================================================================
--- 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/forms/sampleform.pt
  (original)
+++ 
cpsskins/branches/jmo-perspectives/ui/framework/tests/zope3/functional/forms/sampleform.pt
  Thu Feb 16 23:29:53 2006
@@ -1,4 +1,4 @@
-<form action="" method="post">
+<form action="" method="post" onsubmit="return false">
 
   <p ctal:repeat="f fields">
     <label ctal:content="f/label">LABEL</label>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to