You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2006/07/13 12:01:41 UTC

svn commit: r421571 - /lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml

Author: thorsten
Date: Thu Jul 13 03:01:41 2006
New Revision: 421571

URL: http://svn.apache.org/viewvc?rev=421571&view=rev
Log:
Ajax is still not working correctly in usecases. Meaning we need to set the @ajax to false.

Modified:
    lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml

Modified: lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml?rev=421571&r1=421570&r2=421571&view=diff
==============================================================================
--- lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml (original)
+++ lenya/trunk/src/modules/cforms/usecases/dynamicrepeater_template.xml Thu Jul 13 03:01:41 2006
@@ -27,7 +27,7 @@
   </page:head>
 
   <page:body>
-    <ft:form-template method="POST" ajax="true">
+    <ft:form-template method="POST" ajax="false">
       <input type="hidden" name="lenya.continuation" value="${continuation.id}"/>
       <input type="hidden" name="lenya.usecase"
         value="${request.getParameter('lenya.usecase')}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org