mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Fix form tag failing tests (add type="text/javascript")
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@515832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script src="/struts/xhtml/validation.js"></script>
|
||||
<script type="text/javascript" src="/struts/xhtml/validation.js"></script>
|
||||
<form namespace="" id="myAction" name="myForm" onsubmit="submitMe(); return validateForm_myAction();" action="/myAction.action" method="POST" enctype="myEncType" title="mytitle" accept-charset="UTF-8">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<script src="/struts/xhtml/validation.js"></script>
|
||||
<script type="text/javascript" src="/struts/xhtml/validation.js"></script>
|
||||
<form namespace="" id="myAction" name="myForm" onsubmit="submitMe(); return validateForm_myAction();" action="/myAction.action" method="POST" enctype="myEncType" title="mytitle" accept-charset="UTF-8">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
|
||||
Reference in New Issue
Block a user