coolsayan wrote:
 <html:errors property="error.name.required" />

From the docs:

"Name of the property for which error messages should be displayed. If not specified, all error messages (regardless of property) are displayed."

You don't have a property named "error.name.required"--that sounds like the name of a message resource to me. You have "password" and "name" properties.

> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="bean" %>
> <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html" %>

You're using the same URI for two different taglibs. While this will work, it's probably not what you want. I don't see any uses of bean tags, so you can just delete the wrong one, or fix it.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to