Hi,
I have written a facelets component with several h:inputText-Fields, for excample three:
<ui:component>
<h:panelGrid id="three">
<h:inputText value"#{bean.value1}" />
<h:inputText value"#{bean.value2}" />
<h:inputText value"#{bean.value3}" />
</h:panelGrid>
</ui:component>Anybody out there? Anybody using <a4j:support>?