Hi,
My requirement is fieldError should appear below/above respective fields.
for that i written the following code:-
<td>
<s:textfield name="first" label="First" >
<s:fielderror >
<s:param>first</s:param>
</s:fielderror >
</s:textfield>
</td>
with this it is working fine but the thing is alignemt is disturbed
completly
when i looked the source code what i found was
<ul>
<li>first is required</li>
</ul>
<input type="text" name="first" value="" id="chk_first"/>
these <ul><li> are making alignemt disturb.
I notice that <s:fielderror>...</s:fielderror> is actually replaced
by *<ul><li>error
message</li></ul> *in the code. Is there a way to let the <s:fielderror>
tag
only renders the error message instead of a list?
Pls, help me out from this problem
Srikanth
--
View this message in context:
http://www.nabble.com/validation-with-simple-theme-tp21760841p21760841.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]