[ http://issues.apache.org/jira/browse/BEEHIVE-359?page=history ]
Daryl Olander updated BEEHIVE-359:
----------------------------------
Fix Version: V1
> 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: Daryl Olander
> 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