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=16561>. 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=16561 wrong syntax for taglib include in the Stable Installation instructions Summary: wrong syntax for taglib include in the Stable Installation instructions Product: Struts Version: 1.0.2 Final Platform: Other URL: http://jakarta.apache.org/struts/doc- 1.0.2/installation.html OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %> <@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html" %> <@ taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic" %> <@ taglib uri="/WEB-INF/struts-template.tld" prefix="struts-template" %> should be <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="struts-bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="struts-html" %> <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="struts-logic" %> <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="struts-template" %> This is fixed in the documentation for the nightly builds and the beta documentation, but not the 1.0.2 Stable specific instructions. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]