generateScopeId not rendering required JavaScript in some cases
---------------------------------------------------------------
Key: BEEHIVE-1048
URL: http://issues.apache.org/jira/browse/BEEHIVE-1048
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1
Reporter: Chad Schoettger
Assigned to: Chad Schoettger
Fix For: 1.0.1
I was able to recreate this using this html snippet.
<netui:html generateIdScope="true">
<netui:scriptHeader/>
<netui:divPanel tagId="foo"/>
</netui:html>
This is the HTML that was generated, note it doesn't have any lookup javascript.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
>
<html lang="en" netui:idScope="n0">
<script language="JavaScript" type="text/JavaScript"
src="/expr6Web/resources/beehive/version1/javascript/netui-tree.js"></script>
<div id="n0.foo" netui-div-panel="true"></div>
<script language="JavaScript" type="text/JavaScript">
<!--
// **** Start the NetUI Framework Generated JavaScript ****
// write out the webapp name
netUI.webAppName = "/expr6Web";
netUI.netUIDivPanel = new NetUIDivPanel();
netUI.netUIDivPanel.init();
-->
</script>
</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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira