I have set a messageDetailNotInRange message inside tr:validateDateTimeRange for my tr:inputDate component. It appears just below the component. It there a way to make it appear (and replace) the default message (that is being added to the FacesContext) that appears for at the top of the page?
Note: Alternate solutions to change this error message have not worked. I can only conclude that it is being thrown up on the server-side. I do not have access to the trinidad message bundle (it must be living on the server side). It also seems that server-side validation is happening before I can intercept the message or the date value (stored not in a bean, but in processScope), which presents a big challenge in customizing my error message.