I have an issue with the attributes values of a validator component. Apparently the validator is created when I first visit a page. Please see my code below:
<h:inputText value="#{qsetting.value}" rendered="#{qsetting.dataType=='Double'}"> ...