Exactly, they are rendered as valid HTML (i.e. a SGML language that does not always require tags to be closed) not XML. If you use an XHTML DTD, Tapestry will switch over to a markup writer that generates compliant XML.
On Feb 13, 2008 3:17 PM, Joost Schouten (ml) <[EMAIL PROTECTED]> wrote: > Hi, > > I am not quite sure if this bug is already known or not so I'll first > post here. > > The Grid component generates invalid xml. an unclosed img tag in the header. > > I currently load a page through prototype and set the content header of > that page to application/xml with the @Meta annotation in order for > prototype's response.responseXML to work. As soon as I load a Grid > component through with this page I get an invalid XML error. > > I'm using T5.0.5 > > Shall I post in JIRA or has this already been fixed in later versions? > > Cheers, > Joost > > PS: The same goes for the generated link tags in the header of the page > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
