Author: nilsga
Date: Tue Dec  9 11:13:45 2008
New Revision: 724838

URL: http://svn.apache.org/viewvc?rev=724838&view=rev
Log:
Updated test resource to fix failing FormTagTest

Modified:
    
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt

Modified: 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt?rev=724838&r1=724837&r2=724838&view=diff
==============================================================================
--- 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
 (original)
+++ 
struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/jsp/ui/Formtag-23.txt
 Tue Dec  9 11:13:45 2008
@@ -1,4 +1,4 @@
-<form id="testAction" name="myForm" onsubmit="submitMe(); return true;" 
action="/testAction!testMethod.action" method="post" enctype="myEncType" 
title="mytitle" accept-charset="UTF-8">
+<form id="testAction" name="myForm" onsubmit="submitMe()" 
action="/testAction!testMethod.action" method="post" enctype="myEncType" 
title="mytitle" accept-charset="UTF-8">
 <table class="wwFormTable">
 </table>
 </form>


Reply via email to