JSPX Trinidad messageDetailNotInRange for validateDateTimeRange not working
I am trying to override the default validateDateTimeRange message using messageDetailNotInRange as per the documentation. Despite my code, the validator produces the default error message: "The date is outside the valid range." Can anyone see something wrong here? <tr:inputDate required="true" inlineStyle="color:rgb(0,58,117); font-weight:bold;" value="#{processScope.benefit.serviceDate}" immediate="false" onchange="submit();" label="#{mb_ResourceBean.res['claim.serviceDate.label']}"> <tr:convertDateTime pattern="yyyy/MM/dd" secondaryPattern="yyyyMMdd" type="date"/> <tr:validateDateTimeRange