2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Notice that it doesn't close the tag properly like /> as required by xhtml. > Is there a way to tell struts to close properly for xhtml or we have to > upgrade?
Use <html:xhtml> before the first <html:*> tag of every JSP page. BTW I suggest to upgrade to Struts 1.2.9 (at least) because <html:form> in Struts 1.2.4 does not produce XHTML-strict compliant code (in particular it creates the "name" attribute). Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]