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

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

     [ http://issues.apache.org/jira/browse/BEEHIVE-1048?page=all ]
     
Krista Baker closed BEEHIVE-1048:
---------------------------------

    Assign To: Krista Baker  (was: Julie Zhuo)

Verified that the lookup javascript is now being rendered correctly when using the sample repro and a few other variations with the divPanel tagId.

> 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: Krista Baker
>      Fix For: v.next

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