简单又丑陋 如果我在af:inputDate中输入了错误的值,则会显示错误提示
<af:inputDate value="#{pageFlowScope.bean.fromDate}"
immediate="true" autoSubmit="true" simple="true" id="id2">
<af:convertDateTime pattern="dd/MM/yyyy"/>
</af:inputDate>
我想禁用该工具提示,该怎么做?