Hello Ranchers, I am new to struts and working with Jaakarta StrutsLive. I have just started my first application and I find that the errors ( blank fields) are not displayed even after entering appropriate entries. I am sending the config. Please check it and indicate if there are any errors and recommendations to improve on it. Thanks
What method are you using to validate? Are you overriding the validate() method of your ActionForm, or are you using the Struts Validation Framework?
If you are using the Struts Validation Framework, one thing I did notice about your configuration file is that there is no <plugin> entry for the Struts Validation plugin. You will need that in order for the validation framework to function.
If you are overriding the validate() method, Please post that method if you want help in debugging it.