You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by tm...@apache.org on 2006/07/09 13:30:15 UTC

svn commit: r420279 - in /struts/struts2/trunk/core/src: main/resources/template/ajax/submit-ajax.ftl test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt

Author: tmjee
Date: Sun Jul  9 04:30:14 2006
New Revision: 420279

URL: http://svn.apache.org/viewvc?rev=420279&view=rev
Log:
WW-1317
 - added test case that is being added to WW but is not in Struts2


Modified:
    struts/struts2/trunk/core/src/main/resources/template/ajax/submit-ajax.ftl
    struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt

Modified: struts/struts2/trunk/core/src/main/resources/template/ajax/submit-ajax.ftl
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/template/ajax/submit-ajax.ftl?rev=420279&r1=420278&r2=420279&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/resources/template/ajax/submit-ajax.ftl (original)
+++ struts/struts2/trunk/core/src/main/resources/template/ajax/submit-ajax.ftl Sun Jul  9 04:30:14 2006
@@ -35,7 +35,7 @@
  listenTopics="${parameters.listenTopics}"<#rt/>
 </#if>
 <#include "/${parameters.templateDir}/simple/scripting-events.ftl"/>
-><#if parameters.nameValue?exists><@saf.property value="parameters.nameValue"/><#rt/></#if></button></div>
+><#if parameters.nameValue?exists><@saf.property value="parameters.nameValue"/><#rt/></#if></button>
 <#--include "/${parameters.templateDir}/xhtml/controlfooter.ftl" /-->
 <#include "/${parameters.templateDir}/${themeProperties.parent}/controlfooter.ftl" />
 

Modified: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt?rev=420279&r1=420278&r2=420279&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt (original)
+++ struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/submit-ajax-1.txt Sun Jul  9 04:30:14 2006
@@ -1 +1 @@
-<tr> <td colspan="2"><div align="right"><button type="submit" dojoType="BindButton" value="submit" targetDiv="formId" onLoad="alert('form submitted');" notifyTopics="b" listenTopics="a">submit</button></div> </td> </tr>
+<tr> <td class="tdLabel"></td><td align="right"><button type="submit" dojoType="BindButton" value="submit" targetDiv="formId" onLoad="alert('form submitted');" notifyTopics="b" listenTopics="a">submit</button></td> </tr>