Hi all,
I have followed these steps to proceed further but still unsucessfull.
Added init param in web.xml
1) <init-param>
<param-name>actionPackage</param-name>
<param-value>com.vaanila.action</param-value>
</init-param>
2)<s:form action="welcome" validate="true">
<s:fielderror />
<s:textfield name="userName" label="User Name" />
<s:submit />
</s:form>
3) Action class
I am geting the Error but not on the form but on the server console
SEVERE: Validation error for userName:Name required
Can some please findout what I am missing to display the error on the form???