DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7890>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7890 Struts html messages tag does not exist Summary: Struts html messages tag does not exist Product: Struts Version: Nightly Build Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In the Struts HTML tag API http://jakarta.apache.org/struts/struts-html.html there is a messages tag. But it is not defined in the struts-html.tld and it does not work when I use it on a JSP page: "javax.servlet.ServletException: A tag named "messages" not defined in taglib "urn:jsptld:/WEB-INF/struts-html.tld? page=/html/contacts.jsp" at " In the Struts HTML tag API http://jakarta.apache.org/struts/struts-html.html it says to use the ActionMessages object for storing information displayed by the html-messages tag (as we use ActionErrors for html-errors tag). But the ActionMessages object does not exist and is not defined in the API for org.apache.struts.action http://jakarta.apache.org/struts/api-1.0/index.html -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>