Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSP date type input datepicker blanking out

Former Member
0 Likes
502

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" />

2 REPLIES 2
Read only

athavanraja
Active Contributor
0 Likes
425

please post this in BSP forum for better response.

check out OSS note no. 616900

Regards

Raja

Message was edited by: Durairaj Athavan Raja

Read only

Former Member
0 Likes
425

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.