Hai
I have a small problem in
struts 2 application .
I have a
Jsp Page with required feilds in it .which gives error messages, when i press submit with out entering the values in it .
those messages are displaying beside the text feilds ,
If i put the <s:actionerror />
<s:fielderror />
<s:actionmessage/> these tags ,messages is appearing at that position and aslo beside the text field , I dont want the messages to appear beside the textfeild ..
How should i do that ?
Thanks