reRender « validation « JSF Q&A





1. Refresh JSF validator attributes on rerender    stackoverflow.com

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'}">  
  ...