WebInput Bug with Client Side API

3 replies. Last post: October 30, 2009 5:00 AM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi,

It would appear I've found bug in the WebInput control, it is not possible to access the values of the WebInput control using the Client Side API when using WebInput controls inside a UserControl.

The sample is comprised of a MasterPage with a WebPaneManager, a content page which contains a user control, and a Usercontrol that has three Webinput controls.

I want to be able to grab the values from all three date fields whenever a user changes one of the values so I can recalculate the months between dates.

With this combination of controls the Webinput client api fails to work.

The "Hack" to actually get the value from the date controls is:

document.getElementById(ISGetObject("wiCaptureDate").Id).value

Can you verify and advise when this will be fixed.

Regards,

Adrian.

1 attachment
All times are GMT -5. The time now is 1:39 AM.
Previous Next