I read some tutorial about enabling the Validation framework in
struts by putting the following in the struts-config.xml
I have put this very last in my struts-config.xml after the action-mappings, but compilation fails and it gives these errors :
---Broken Link - org.apache.struts.validator.ValidatorPlugIn
---Element type "plug-in" must be declared.
---The content of element type "struts-config" must match "(data-sources?,form-beans?,global-forwards?,action-mappings?)"
How do you correct it in WSAD 5.0??
[ December 07, 2004: Message edited by: Murtuza Akhtari ]