Hi, I am trying to use the validate() by extending the org.apache.struts.validator.ValidatorForm class.
The problem is that the validate() is being called for one form class which I have created, however it is not being called for another similar form class. There are no errors which compiling etc...so i dont get to know why it is not being called. Any hints on how to debug as to why it is not called ? The snippet struts-config.xml is : <action path="/maintainRecurringTasks" type="tasks.action.MaintainRecurringTasksPageAction" scope="request" name="MaintainRecurringTasksPageForm" attribute="MaintainRecurringTasksPageForm" parameter="maintainRecurringTasks" validate="true"> <forward name="success" path="/jsp/tasks/MaintainRecurringTasks.jsp" /> </action> Thanks, Jay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]