XPages Multiple File Uploader - Defect: Clashes with calendar date pickers| Created on |
Feb 8, 2011 |
| Created by |
Ed Sandford |
| Status |
Submitted |
| Release |
v106 (XPages custom control version) |
I have tried this uploader and it works great. However if you drop an input box that is a date time picker on the xpages it breaks the uploader. Im running 8.5.2 FP1. I have also tried without success an alternate method of date picker (used to get around the previous 851 bug of date picker not working in IE8):
<xp:inputText value="#{yourDataSource.yourDateField}"id="yourID">
<xp:this.converter>
<xp:convertDateTime pattern="MM/dd/yyyy"></xp:convertDateTime>
</xp:this.converter>
<xp:dateTimeHelper
dojoType="dijit.form.DateTextBox">
</xp:dateTimeHelper>
</xp:inputText>
Taken Actions by OwnersNo actions have been taken yet.Documents