2005 Sep 08 9:43 PM
When I introduced tabstrips to my application(main controller view) and called the subcontroller as item of each tab the datepicker dropdown for the date fields shows up as a blank box .I have read through such similar posting but the suggestion (e.g change design to 2002+2003 ) have not worked .I would appreciate anyone inputs from anybody.
Thanks,
Manoj
e.g
<htmlb:inputField id = "im_date3"
value = "<%= test %>"
design = "STANDARD"
type = "DATE"
showHelp = "True"
size = "10" />
When I introduced tabstrips to my application(main controller view) and called the subcontroller as item of each tab the datepicker dropdown for the date fields shows up as a blank box .I have read through such similar posting but the suggestion (e.g change design to 2002+2003 ) have not worked .I would appreciate anyone inputs from anybody.
Thanks,
Manoj
e.g
<htmlb:inputField id = "im_date3"
value = "<%= test %>"
design = "STANDARD"
type = "DATE"
showHelp = "True"
size = "10" />
2005 Sep 10 8:10 AM
2005 Sep 15 7:48 PM
Thanks Raja,
We figured the problem .We had Documentheader tags in and that was causing the problem.Once we removed the tag the datepicker worked fine.