Author: wesw
Date: Fri May 22 14:21:21 2009
New Revision: 777542

URL: http://svn.apache.org/viewvc?rev=777542&view=rev
Log:
forgot to close the form tag, oops

Modified:
    
struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/form-close.ftl

Modified: 
struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/form-close.ftl
URL: 
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/form-close.ftl?rev=777542&r1=777541&r2=777542&view=diff
==============================================================================
--- 
struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/form-close.ftl
 (original)
+++ 
struts/sandbox/trunk/struts2-jquery-plugin/src/main/resources/template/jquery/form-close.ftl
 Fri May 22 14:21:21 2009
@@ -22,6 +22,9 @@
  TODO Need to check on elements like inputtransferselect and doubleselect
 -->
 <#include "/${parameters.templateDir}/xhtml/control-close.ftl" />
+<#-- the following </form> is just a hack, 
+     TODO check the logic in template/simple/form-close.ftl to see if we need 
to include it as well 
+--></form>
 <#include "/${parameters.templateDir}/jquery/form-close-validate.ftl" />
 <#if parameters.focusElement?if_exists != "">
 <script type="text/javascript">


Reply via email to