t:popup problems

2007-01-29 Thread Torin Chichirico
I'm trying to use the t:popup component in Tomahawk 1.1.3. It works just fine when I put it on a h:inputText field on the page. However, I'm trying to add a popup when the mouse moves over an image overlay that is on top of a map image. The popup appears but it is pushed way off to lower right o

t:popup problems

2007-02-05 Thread Abdel
Hello, I'm trying to use the t:popup component in Tomahawk 1.1.3. It works just fine when I put it on a image. When I use a h:selectOneMenu in this popup. It disappears. While I want to stay always on the popup. please Help me. -- View this message in context: http://www.nabble.com/t%3Apopup-p

t:popup problems

2006-04-13 Thread vace117
Hi. I tried to use t:popup in every cell of a dataTable rendered into a t:buffer. The result is that when I navigate to the page for the first time, everything is fine. However, when I do something on the page that causes the page to go through a full JSF cycle, the dataTable is shown twice on t

Re: t:popup problems

2006-04-13 Thread vace117
ok, it looks like the problem is not with t:popup, but rather with how I use it. I didn't mention that I am not using the t:popup tag directly. I was actually adding an HtmlPopup component programmatically from my own custom component:

Re: t:popup problems

2006-04-13 Thread vace117
I just got my code to work. I still can't explain the spectacular errors and visual effects like duplication of my dataTable, but I managed to avoid the problem. The key was not to discard the old instance of HtmlPopup and create a new one on every render. i.e. these lines: this.getChildren().cl

Re: t:popup problems

2006-04-14 Thread Werner Punz
vace117 schrieb: I just got my code to work. I still can't explain the spectacular errors and visual effects like duplication of my dataTable, but I managed to avoid the problem. The key was not to discard the old instance of HtmlPopup and create a new one on every render. i.e. these lines: thi

t:popup problems still persist

2008-01-23 Thread Madhav Bhargava
Hi All, I am using myfaces 1.1.5, tomahawk 1.1.5 in my web application which runs on IE 6. I have the following structure in my JSP: Content for the popup The problem is that the t:popup is not visible when it is nested