Two Laptop Bag
The moose likes Struts and the fly likes Servlet Action is not available Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Servlet Action is not available " Watch "Servlet Action is not available " New topic
Author

Servlet Action is not available

hitendra chopra
Greenhorn

Joined: Oct 18, 2008
Posts: 3
i have added following code in validation.xml.
<form name="AddressForm">
<field property="name"
depends="required">
<arg key="AddressForm.name"/>
</field>
<field property="address"
depends="required">
<arg key="AddressForm.address"/>
</field>
<field property="emailAddress"
depends="required">
<arg key="AddressForm.emailAddress"/>
</field>
</form>

After adding this code i am getting error like 'servlet action is not available'.Can you guess that what is the problem with above code or what is missing to configure that its gives error only after making changes in validation.xml?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Servlet Action is not available
 
Similar Threads
Problem with Validator Framework
STRUTS VALIDATOR
Custom Validations in Struts Validator Framework?
<html:select>box validation
String[] field inside a field that is a bean array in a dynavalidator form