mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
fix test
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<form id="testAction" name="myForm" onsubmit="submitMe(); return validateForm_testAction();" action="/testAction.action" method="post" enctype="myEncType" title="mytitle" accept-charset="UTF-8" onreset="clearErrorMessages(this);clearErrorLabels(this);">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
<td> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<td class="tdInput"> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td>
|
||||
<select name="myUpDownSelectTag" size="5" id="testAction_myUpDownSelectTag" multiple="multiple">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<form id="doubleValidationAction" name="myForm" onsubmit="submitMe(); return validateForm_doubleValidationAction();" action="/doubleValidationAction.action" method="post" enctype="myEncType" title="mytitle" accept-charset="UTF-8" onreset="clearErrorMessages(this);clearErrorLabels(this);">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
<td> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<td class="tdInput"> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td>
|
||||
<select name="myUpDownSelectTag" size="5" id="doubleValidationAction_myUpDownSelectTag" multiple="multiple">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<form id="doubleValidationAction" name="myForm" onsubmit="submitMe(); return validateForm_doubleValidationAction();" action="/doubleValidationAction.action" method="post" enctype="myEncType" title="mytitle" accept-charset="UTF-8" onreset="clearErrorMessages(this);clearErrorLabels(this);">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
<td> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<td class="tdInput"> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td>
|
||||
<select name="myUpDownSelectTag" size="5" id="doubleValidationAction_myUpDownSelectTag" multiple="multiple">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<form id="doubleValidationAction" name="myForm" onsubmit="submitMe(); return validateForm_doubleValidationAction();" action="/doubleValidationAction.action" method="post" enctype="myEncType" title="mytitle" accept-charset="UTF-8" onreset="clearErrorMessages(this);clearErrorLabels(this);">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
<td> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<td class="tdInput"> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td>
|
||||
<select name="myUpDownSelectTag" size="5" id="doubleValidationAction_myUpDownSelectTag" multiple="multiple">
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<td class="tdLabelTop" colspan="2"><label class="label">label:</label></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><input type="text" name=""/></td>
|
||||
<td class="tdInput"><input type="text" name=""/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<form id="myAction" name="myForm" onsubmit="submitMe()" action="myAction" method="post" enctype="myEncType" title="mytitle">
|
||||
<table class="wwFormTable"> <tr>
|
||||
<td class="tdLabel"></td>
|
||||
<td> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<td class="tdInput"> <script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td>
|
||||
<select name="myUpDownSelectTag" size="5" id="myAction_myUpDownSelectTag" multiple="multiple">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england" selected="selected">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value="england">England</option>
|
||||
<option value="america" selected="selected">America</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value="-1">--- Please Order ---</option>
|
||||
<option value=""></option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value="-1">--- Please Order ---</option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<tr> <td class="tdLabel"></td> <td>
|
||||
<tr> <td class="tdLabel"></td> <td class="tdInput">
|
||||
<script type="text/javascript" src="/struts/optiontransferselect.js"></script>
|
||||
<table>
|
||||
<tr><td class="tdInput">
|
||||
<tr><td>
|
||||
<select name="myName" size="5" id="myId" multiple="multiple">
|
||||
<option value=""></option>
|
||||
<option value="england">England</option>
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLabel"><label for="myId" class="errorLabel">mylabel:</label></td>
|
||||
<td><input type="text" name="foo" value="bar" id="myId" style="style" title="mytitle"/></td>
|
||||
<td class="tdInput"><input type="text" name="foo" value="bar" id="myId" style="style" title="mytitle"/></td>
|
||||
</tr>
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLabel"><label for="myId" class="errorLabel">mylabel:</label></td>
|
||||
<td><input type="text" name="foo" value="bar" id="myId" style="errstyle" title="mytitle"/></td>
|
||||
<td class="tdInput"><input type="text" name="foo" value="bar" id="myId" style="errstyle" title="mytitle"/></td>
|
||||
</tr>
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tdLabel"><label for="myId" class="errorLabel">mylabel:</label></td>
|
||||
<td><input type="text" name="foo" value="bar" id="myId" class="errclass" title="mytitle"/></td>
|
||||
<td class="tdInput"><input type="text" name="foo" value="bar" id="myId" class="errclass" title="mytitle"/></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user