Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Java 和 IceFaces 的新手。我有一个使用 icefaces 的网站,它selectInputDate()不适inputfile用于IE9除我之外的任何用户。唯一可观察到的区别是我们位于不同的国家。
selectInputDate()
inputfile
IE9
是否还有其他与上述两个相同的组件?或者有人知道IE9可能导致这种情况的任何设置吗?
我在谷歌上研究过这个问题没有任何成功。
将 f:convertDatTime 添加为 selectInputDate 的子项: <f:convertDateTime pattern="#{dateFormat}" timeZone="#{timeZone}" locale=#{locale} />
<f:convertDateTime pattern="#{dateFormat}" timeZone="#{timeZone}" locale=#{locale} />