Bugs item #665622, was opened at 2003-01-10 05:49 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=665622&group_id=4754
Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: Michael Frericks (frericksm) Assigned to: Howard Lewis Ship (hship) Summary: net.sf.tapestry.html.Frame uses old DOCTYPE Initial Comment: Using Tapestry 1.4 the component net.sf.tapestry.html.Frame results in a net.sf.tapestry.util.xml.DocumentParseException "Document classpath:/net/sf/tapestry/html/Frame.jwc has an unexpected public id of '-//Howard Lewis Ship//Tapestry Specification 1.2//EN'." in the method net.sf.tapestry.util.xml.AbstractDocumentParser.parse (AbstractDocumentParser.java:187) This is true since the allowed dtd registered in the SpecificationParser are: TAPESTRY_DTD_1_3_PUBLIC_ID, "Tapestry_1_3.dtd" TAPESTRY_DTD_1_4_PUBLIC_ID, "Tapestry_1_4.dtd" and not 1.2. The Frame component should be corrected. ---------------------------------------------------------------------- >Comment By: Howard Lewis Ship (hship) Date: 2003-01-10 06:47 Message: Logged In: YES user_id=26816 Ah, yes, this is only in Tapestry 2.4 release (you had a typo there that threw me for a second). ---------------------------------------------------------------------- Comment By: Howard Lewis Ship (hship) Date: 2003-01-10 06:42 Message: Logged In: YES user_id=26816 Good catch and an easy fix. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=665622&group_id=4754 ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
