[ http://issues.apache.org/jira/browse/BEEHIVE-359?page=history ]
     
Daryl Olander resolved BEEHIVE-359:
-----------------------------------

     Assign To: Alejandro Ramirez  (was: Daryl Olander)
    Resolution: Fixed

This has been fixed. The problem was that there was a big of legacy code that 
output the <div> tag in the HTML tag.  I just removed the code to fix the 
problem. 

> Extraneous closing div tag when 'idScope' is set on netui:html
> --------------------------------------------------------------
>
>          Key: BEEHIVE-359
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-359
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> The following JSP renders incorrectly:
> ---
>    <%@ page language="java" contentType="text/html;charset=UTF-8"%>
>    <%@ taglib prefix="netui" 
> uri="http://beehive.apache.org/netui/tags-html-1.0"%>
>    <netui:html idScope="foo">
>    </netui:html>
> ---
> It renders an extra closing div tag:
> ---
>    <html lang="en" netui:idScope="foo">
>    </div>
>    </html>
> ---
> If I remove the 'idScope="foo"' from the netui:html tag, I get the right 
> output:
> ---
>    <html lang="en">
>    </html>
> ---

-- 
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

Reply via email to