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
# 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.