Hi Stephan,
I was just able to create a simple project with a hyperlink that
launches bubble help. My testing was completed using NB 6.1 and the 4.2
Build 1 Project Woodstock nbms.
There are no errors on my page, or with bubble help in particular.
Can you provide more details on your setup? What build of Netbeans
6.0/6.1? Did you take and plugin the 4.2 Build 1 Woodstock nbms, or did
you use your own private build of 4.2? Are there any additional errors
in the NB logs that can help us debug this further for you?
Here is a snipit of the code from my project page that worked:
<webuijsf:page id="page1">
<webuijsf:html id="html1">
<webuijsf:head id="head1">
<webuijsf:link id="link1"
url="/resources/stylesheet.css"/>
</webuijsf:head>
<webuijsf:body id="body1" style="-rave-layout: grid">
<webuijsf:form id="form1">
<webuijsf:bubble id="bubble1" style="left:
120px; top: 72px; position: absolute" title="Bubble Help">
<webuijsf:panelLayout id="layoutPanel1"
style="width: 128px; height: 128px;">
<webuijsf:staticText id="staticText1"
style="left: 24px; top: 24px; position: absolute" text="This is to
display the static text of bubble help"/>
</webuijsf:panelLayout>
</webuijsf:bubble>
<webuijsf:hyperlink
actionExpression="#{Page1.basicBubble_action}" id="basicBubble"
onClick="return false;"
onKeyDown="document.getElementById('form1:bubble1').open(event);"
onMouseOut="document.getElementById('form1:bubble1').close();"
onMouseOver="document.getElementById('form1:bubble1').open(event);"
style="position: absolute; left: 48px; top: 24px" text="Click to launch
bubble help"/>
</webuijsf:form>
</webuijsf:body>
</webuijsf:html>
</webuijsf:page>
-- Cathy
Animesh Sahay wrote:
> I am looking into this issue, will get back to you soon.
>
> -Animesh
>
> On Jan 25, 2008 9:50 AM, Stephan Bardubitzki <bardu55_at_gmail.com> wrote:
>
>>Hi,
>>
>>I have been developing some pages with NB 6.0 / 6.1 and Woodstock 4.1.1
>>where I used bubble component extensively with no problem. Since updating
>>to Woodstock 4.2 the bubble components don't get rendered, instead Firebug
>>throws error message " this.target has no properties"!!!
>>
>>Stephan
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>