css_xhtml theme. Using server-side validation, the error message for
field validation is placed above the input field. Using client side,
the error message is shown below. I prefer the messages above. Is
there a way to force the client-side validation to put the messages
above the input field?
Sample code below.
<s:set name="theme" value="'css_xhtml'" scope="page" />
<s:form action="address" method="post" validate="true" name="loginform"
id="loginform">
<div style="height: 20px;"></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="checkoutCellLeft">First Name</td>
<td class="checkoutCellRight"><s:textfield name="firstname"
size="40" /></td>
</tr>
</table>
<s:submit value="submit" />
</s:form>
Mitch
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]