> > <script type="text/javascript"> > //<![CDATA[ > code goes here. > //]]> > </script> > > Maybe this solution can be used to ensure xhtml conformance? > >
Right. That was the solution arrived at in the bug report discussion I referenced. But the patch seems to have never made it into the software. Since the <html:form> tag generates the javascript, struts must create the CDATA section, or use XML character entity references: &&, etc. Keith