Ola galera tou com um problema no Text Area e o seguinte:
eu tenho varios selectOneListbox neles contem 2 valores tem o item label que são letras e o item value que eh um texto , no caso tenho uma text area onde quero que apareca os texto, qnd click em um aparece mais quando clikco em outro o texto do antigo continua e não aparece o novo tesxto, alguem poderia me ajudar???
<h:inputTextarea id="textoaparece" style="width: 1008px" value="#{conndb.descricao}" readonly="true"/>
<h:selectOneListbox id="tables" size="5" immediate="true" value="#{conndb.descricao}">
<f:selectItems value="#{conndb.seccao}" id="a1"/>
<a4j:support id="a4j" ajaxSingle="true" reRender="textoaparece" event="ondblclick"/>
</h:selectOneListbox>
<h:selectOneListbox id="divcombo" size="3" immediate="true" value="#{conndb.descricaoum}">
<f:selectItems value="#{conndb.divi}" id="a2"/>
<a4j:support id="a4j2" reRender="textoaparece" event="ondblclick"/>
</h:selectOneListbox>
<h:selectOneListbox id="grupo" immediate="true" value="#{conndb.descricao}">
<f:selectItems value="#{conndb.grupos}" id="a3"/>
<a4j:support id="a4j3" reRender="textoaparece" event="ondlbclick"/>
</h:selectOneListbox>