This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Apr 4, 2017, 8:04 PM
94 Posts

Why won't my date field show up in Chrome or I.E.?

  • Category: Debugging
  • Platform: Windows
  • Release: 9.0.1
  • Role: Developer
  • Tags: Chrome,Date
  • Replies: 0

I have a date field that won't show in Chrome or I.E., but shows fine in Firefox.

In Firefox:

In Chrome and I.E.

Here is the code:

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"
    xmlns:xc="http://www.ibm.com/xsp/custom">

    <xp:table>
        <xp:tr>
            <xp:td>Select a Date:&#160;&#160;</xp:td>
            <xp:td><xp:inputText id="selDate" title="Select a Date" value="#{viewScope.selDate}">
                            <xp:this.converter>
                                <xp:convertDateTime type="date"></xp:convertDateTime>
                            </xp:this.converter>
                            <xp:dateTimeHelper></xp:dateTimeHelper>
                    </xp:inputText>
            </xp:td>
        </xp:tr>
    </xp:table>
</xp:view>

 

Can someone point in the right direction - How do I fix this?

UPDATE:  I copied this test xpage to another db and the date field shows up fine in any browser, so there must be something specific about this one db that is causing it to not show up.  There is no css loaded with this page, though, so what else would cause this?


This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal