I have my Tiles layout page with the doctype declaration and the
<html:html xhtml="true">
and the
<tiles:insert attribute="bodyContent" />
to include my content.
Anything nested nicely inside the <html:html xhtml="true"> tags in the layout tile is given proper XHTML syntax, but in the other tiles, it's not. i.e. instead of:
<input type="image" name="" src="edit.png" title="Edit" alt="Edit" />
it gives:
<input type="image" name="" src="edit.png" title="Edit" alt="Edit">
Before I go off to bugzilla, assuming I haven't overlooked something important, what is it a bug of? html-taglib or tiles?
Thanks, Adam
-- struts 1.1 + tomcat 4.1.27 + java 1.4.2 Linux 2.4.20 RH9
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]