Hi,
I have written a facelets component with three
h:inputText-Fields.
<ui:component>
<h:panelGrid id="dreiFeld">
<h:inputText value"#{bean.value1}" />
<h:inputText value"#{bean.value2}" />
<h:inputText value"#{bean.value3}" />
</h:panelGrid>
</ui:component>
Now I need help for generating an event only when I lorn the
component and not for each inputText-Field when I use
a4j:support.
Can you tell me how I can use a4j:support for this or is
there another way to do this?
Thanks.
Tim
--
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free
SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/
de/go/freemail
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
For additional commands, e-mail: users-help facelets.dev.java.net
|