You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <de...@beehive.apache.org> on 2006/02/01 00:41:33 UTC

[jira] Reopened: (BEEHIVE-1048) generateScopeId not rendering required JavaScript in some cases

     [ http://issues.apache.org/jira/browse/BEEHIVE-1048?page=all ]
     
Julie Zhuo reopened BEEHIVE-1048:
---------------------------------

     Assign To: Chad Schoettger  (was: Julie Zhuo)

Chad, the lookup scripts is still not being output. Since there is not much of use case to look up a divPanel, I guess we can lower the priority on this one. Thanks. -Julie

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