Is this 1.0.3-SNAPSHOT? The JavaScript has significantly changed in the new version
If so, and you are getting the problem, did you by any chance test the popup inside a relative positioned table column? There is a browser bug which causes X and Y coordinate anomalies with relative TD and TH tags. If the columns are not relative, the problem should go away. On 9/14/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > try > > <tr:panelPopup text="Click Here"> > <tr:outputText value="test" /> > </tr:panelPopup> > > otherwise the value "test" is rendered before the link (Click here) > > works fine, for me. > > But, I noticed that the "popup" is a bit to high in the page. > > -Matthias > > On 9/14/07, Wolfgang <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I wrote a simple panelpopup example, but I always got this error: > > > > <tr:panelPopup text="test"> > > test > > </tr:panelPopup> > > > > > > 14.09.2007 09:16:39 > > org.apache.myfaces.trinidad.component.UIXComponentBase _getRendererImpl > > WARNUNG: Could not find renderer for CorePanelPopup[UIXFacesBeanImpl, > > id=_id57] rendererType = org.apache.myfaces.trinidad.Popup > > > > Can anyone help? > > Cheers > > > > > -- > Matthias Wessendorf > > further stuff: > blog: http://matthiaswessendorf.wordpress.com/ > mail: matzew-at-apache-dot-org >

