Hi All,

I have written classname-validation.xml as per tutorial given at Apache site 
but it's not working for result name "input".

Questions :

1. Do I need to write something in struts.xml for default validator to work ? 

Below is my validation xml file :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE validators PUBLIC
"-//OpenSymphony Group//XWork Validator 1.0.2//EN"
"http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd";>
<validators>
 <field name="userName">
 <field-validator type="requiredstring">
        <param name="trim">true</param>
        <message>User Name is required</message>
        </field-validator>
        </field>
</validators>

Thanks,

Rajdeep Singh

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to