Problem with popupcalendar with table

hi all

I am using a table componenet and a popup calendar(thanks Edwin Goei) in my project. The problem with me is that when I click on the popup calendar the table componenet overlaps the calendar popup menu . Only last row shows the correct popup menu.Can any one help me?

Thanks

Sree

[312 byte] By [harisree] at [2007-11-26 8:36:42]
# 1

> hi all

>

> I am using a table componenet and a popup

> calendar(thanks Edwin Goei) in my project. The

> problem with me is that when I click on the popup

> calendar the table componenet overlaps the calendar

> popup menu . Only last row shows the correct popup

> menu.Can any one help me?

Are you using the built-in popup calendar or the sample one that is part of the AJAX complib? The latest version of the sample popup calendar is part of the bpcatalog/ui tree on java.net. I haven't yet created a complib for it, but it's on my TODO list. In any case, what I would suggest is to move the popup calendar component tag in the *.jsp file after the table component. Browsers will usually render markup in order unless there are some other CSS rules that affect it.

-Edwin

http://blogs.sun.com/edwingo/

>

> Thanks

>

> Sree

edwingo at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...
# 2

hi

Thanks Edwin.But my problem still exists.I embedded the SSC popup calendar in the table.The popup calendar window is going back of the table componenet It's not like the screenshot given in Edwin's blog.If i have only one row in table its fine working.If more than one row the popup going back of the table.Please help me to overcome this

Thanks

Sree

harisree at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...
# 3
Hi Do u solve the problem? I am having the same problem whereas the popup calendar only works for particular rows. Any solutions?
just_a_kid83 at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...
# 4
Hi,I used a popup calendar that is in BluePrints Ajax Componenets.It can be downloaded using Updatecenter RegardsSree
harisree at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...
# 5

Hi Thanks Man,

Does it work in the Table? ( can pop up and read value from all rows in table )

But seems i tried before in my table and set the readonly/disablity to some boolean value but doesnt work well

However i will give it a try again man.

Thanks for the insight.

just_a_kid83 at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...
# 6

The popup calendar that is built-in to Creator has some problems so I created new a prototype popup calendar which I think works better and is part of the AJAX complib. I just created a new unofficial version of the complib which you can download from my blog. See http://blogs.sun.com/edwingo/entry/unofficial_complib_with_prototype_popup.

-Edwin

edwingo at 2007-7-6 22:08:00 > top of Java-index,Development Tools,Java Tools...