Is there a way to associate the return value of an inputText with more than one attrribute?
Like this (it's a sample, value1 and value2 tag attributes does not exist in the syntax):
<h:inputText id="matricula"
value1="#{alunoController.aluno.matricula}"
value2="#{alunoHasCursoController.alunoHasCurso.matricula}">
</h:inputText>
Thanks in advance!