<html:errors/>
Hi,Where to add relevant error code for <html:errors/> tag. I have added in application.properties but the error msg is not getting displayed.Pls also specify a good site to learn struts.Regards,Dhanya
[242 byte] By [
DHANYAa] at [2007-10-2 6:06:31]

Your action class has a superclass called Action which has a method called saveErrors(). In your action class, invoke that method to save the errors. After that, <html:errors/> will display the error messages.