hi i am working with
struts 2 with hibernate .
i want to use validation framework with my application ,and i made ApplicationResources.properties file under src/resources/ .
and the myAction-validation.xml in the package where my action class is located.
but m not able to work with it,i started using a simple text field in my
jsp
i have used valdiation framework with struts1.x it was cool there but this is first time m working with struts2. Please suggest