[ http://issues.apache.org/jira/browse/BEEHIVE-273?page=history ] Daryl Olander resolved BEEHIVE-273: -----------------------------------
Assign To: Alejandro Ramirez (was: Daryl Olander) Resolution: Fixed This is now fixed. I added a documentType to the <netui:template> tag so you can set the document type there. This will override the <netui:html> tag if the document type is set there. > NetUI template sections do not correctly produce XHTML > ------------------------------------------------------ > > Key: BEEHIVE-273 > URL: http://issues.apache.org/jira/browse/BEEHIVE-273 > Project: Beehive > Type: Bug > Components: NetUI > Versions: V1Beta > Reporter: Carlin Rogers > Assignee: Alejandro Ramirez > Priority: Minor > Fix For: V1Beta > > The markup from tags within a template section do not create XHTML > ouput even though the NetUI template is defined to create XHTML > (using the netui:html tag attribute, documentType="xhtml1-transitional"). > When an action forwards to the JSP with the netui-template:section element, > the templatePage has not yet been processed. I.e. The NetUI > Html.doStartTag() has not yet been called to set the HTML_TAG_ID > attribute on the request. Therefor, a call to the method > TagRenderingBase.Factory.isXHTML() will just default to false, > implying that the document is not XHTML. > Any netui tags within this template section will not produce the > correct markup for URL query strings using the "&" entity instead > of '&' character. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira