Hi Stephen,
I used your code which you provided below in email. I am able to see
bubble component working properly without any issues.Please find the
attached screen shot. Also it doesn't seem to be an issue with
localization jar. I haven't used any localization jar and I am able to
see the text for message key like
"???accordion_surveillance_tab1_topic1???" which is the expected
result.
You may want to look into your code that you may have changed after 4.1.1?
Thanks!
Animesh
On Jan 28, 2008 10:19 PM, Stephan Bardubitzki <stephan_at_bardubitzki.com> wrote:
>
> Cathy,
>
> where do I have to put the localization .jar? I have added it to my NB
> project libs but the GET error messages remains the same. BTW, "en-ca" is
> the locale for Canadian English.
>
> Switching back to Woodstock 4.1.1 there are the same GET error message for
> the locales in the Firebug console, but the bubble components render
> correctly. So it seems to me the locales might not be the problem.
>
> Here is some of my code:
>
> <webuijsf:bubble id="bubbleHomes" openDelay="100" style="width: 400px"
> title="#{msgs.accordion_surveillance_tab1_topic1_header}">
> <webuijsf:panelLayout id="layoutPanel7"
> style="text-align: center">
> <h:panelGrid id="gridPanel42"
> style="font-family: serif; font-size: 12px; font-weight: bold; text-align:
> center; vertical-align: middle">
> <webuijsf:label id="label1"
> text="#{msgs.accordion_surveillance_tab1_topic1}"/>
> </h:panelGrid>
> <h:panelGrid id="gridPanel38"
> style="margin-bottom: 5px; text-align: justify">
> <webuijsf:staticText escape="false"
> id="staticText13" text="#{msgs.accordion_surveillance_tab1_topic1_desc1}>
> </h:panelGrid>
> <h:panelGrid id="gridPanel40"
> style="text-align: justify">
> <webuijsf:staticText escape="false"
> id="staticText15" text="#{msgs.accordion_surveillance_tab1_topic1_desc2}"/>
> </h:panelGrid>
> </webuijsf:panelLayout>
> </webuijsf:bubble>
>
>
> <webuijsf:staticText id="staticText9" onClick="return false;"
>
> onMouseOver="document.getElementById('form1:bubbleHomes').open(event);"
> text="#{msgs.accordion_surveillance_tab1_topic1}"/>
>
> Thanks.
> Stephan
> Date: Mon, 28 Jan 2008 09:54:31 -0500
> From: Cathy Mucci <Catherine.Mucci_at_Sun.COM>
> Content-type: text/plain; format=flowed; charset=us-ascii
> Subject: Woodstock 4.2 Bubble Component
>
> Stephan,
>
> I think there may be a couple of things going on here.
>
> You noted that you added in the 4.2 Build 1 nbms to NB 6.1. It is
> important to note that at this time the Woodstock nbms do not include
> localizations. The 4.2 localization jars are available separately from
> our download page.
>
> In looking at your screenshot I question the error that shows a
> directory path that includes locale 'en-ca'. What locale is that? It
> is not a locale that I recognize in the list that Woodstock supports or
> builds:
>
> webui-jsf-suntheme.jar
> webui-jsf-suntheme_de.jar
> webui-jsf-suntheme_fr.jar
> webui-jsf-suntheme_it.jar
> webui-jsf-suntheme_ja.jar
> webui-jsf-suntheme_ko.jar
> webui-jsf-suntheme_pt_BR.jar
> webui-jsf-suntheme_sv.jar
> webui-jsf-suntheme_zh_CN.jar
> webui-jsf-suntheme_zh_HK.jar
>
> Lastly, 'this.target' is not used in any of the bubble javascript so I'm
> not sure where this is getting set. You might try to download the 4.2
> localizations and see if that solves your problem.
>
> Thanks. I hope some of this helps.
>
> Cathy
>
> Stephan Bardubitzki wrote:
> > Hi Cathy,
> >
> > I'm currently using NB 6.1 Build 200801220000 and the plugins from
> > Woodstock 4.2 Build 1. As I mentioned before I have used the bubble
> > component extensively with the NB 6.1 nightly builds and the plugins
> > from Woodstock 4.1.1 Build 1 without any problems.
> >
> > There is nothing in the IDE log or in the Glassfish server log that
> > could give any clue.
> >
> > I have attached a screen shot with the output of the Firebug console.
> >
> > Hope this helps.
> >
> > Stephan
> >
> >> 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
> <mailto: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
>
>