kondaluavula 0 Newbie Poster

<h:inputText id="textId" autocomplete="off" style="width:100%;height:100%" onkeyup="getSuggestionValues(this.value)" >
<a4j:support event="onclick" reRender="datatable,definition,tagno,ind1_def,cbpossiblevalues,ind2_def,cbpossiblevalues2" />
</h:inputText>
<div align="left" class="box" id="autocomplete"
style="position:absolute;width:400px;height:200px;background-color:#ffffff;
overflow:auto;" >
</div>

This is my actual code, the purpose is, when i entered a text in the text field, it gives the related suggestion, when i click a particular suggestion then rerender the remain below components, this is the situation, but here i had rerender problem. how can i solve this one, i want to rerender these components datatable,definition,tagno,ind1_def,cbpossiblevalues,ind2_def,cbpossiblevalues2", these are text fields , datatables.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.