[ http://issues.apache.org/jira/browse/BEEHIVE-273?page=all ] Krista Baker closed BEEHIVE-273: --------------------------------
Verified that the netui template sections now produce valid xhtml. > 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: Krista Baker > 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
