Hi,
I am trying to use Calendar.do as cgi-callout to pick schedule date and time, but its not working. I am getting empty popup. When I refresh the popup I get "Missing required parameter: iw_form_name. Unable to create CalloutProxy." javascript alert. I use below code in custom_instantiation.cfg
<item name="ScheduleDateTime" pathid="ScheduleDateTime">
<label>Schedule Date and Time</label>
<text size="20" maxlength="20">
<cgi-callout url="/iw-cc/DataCapture/Callout/Calendar.do" label="Date&Time" />
</text>
</item>
Interestingly it works fine when I use the same code in DCT datacapture.cfg. I do not know what I am missing here. Can anybody suggest me how to fix this?
Thank you so much
--Vinod