You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "carlin rogers (JIRA)" <be...@incubator.apache.org> on 2005/02/10 21:34:14 UTC

[jira] Created: (BEEHIVE-273) NetUI template sections do not correctly produce 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
    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 "&amp;" 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


[jira] Resolved: (BEEHIVE-273) NetUI template sections do not correctly produce XHTML

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ 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 "&amp;" 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


[jira] Closed: (BEEHIVE-273) NetUI template sections do not correctly produce XHTML

Posted by "Krista Baker (JIRA)" <be...@incubator.apache.org>.
     [ 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 "&amp;" 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


[jira] Assigned: (BEEHIVE-273) NetUI template sections do not correctly produce XHTML

Posted by "Daryl Olander (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-273?page=history ]

Daryl Olander reassigned BEEHIVE-273:
-------------------------------------

    Assign To: Daryl Olander

> 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: Daryl Olander
>     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 "&amp;" 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


[jira] Assigned: (BEEHIVE-273) NetUI template sections do not correctly produce XHTML

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-273?page=all ]

Alejandro Ramirez reassigned BEEHIVE-273:
-----------------------------------------

    Assign To: Krista Baker  (was: Alejandro Ramirez)

Please verify.

> 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 "&amp;" 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