it triggers onchange, therefore when the focus we be moved out, e.g TAB
On 10/26/07, Okan Cetin <[EMAIL PROTECTED]> wrote:
> I have a jsp page like this :
>
> <tr:inputText id="inputT" autoSubmit="true"
> valueChangeListener="#{dene.update}"
> immediate="true" />
>
> <tr:outputText partialTriggers="inputT" value="#{dene.name}" />
>
>
> Dene.java :
>
> public class Dene {
> private String name="";
>
> public void update(ValueChangeEvent event) {
> this.name = event.getNewValue().toString();
> }
> //getter,setter
> }
>
>
> valueChangeListener ( dene.update) works if I press the tab button but I
> want to do this without pressing any button. If any text will be entered to
> inputText, valueChangeListener should work at the same time. Any suggestion?
>
> Regards,
> Okan.
>
> --
> ~
> otomatik oluşturuldu:
> http://ocetin.net/log
--
Matthias Wessendorf
further stuff:
blog: http://matthiaswessendorf.wordpress.com/
mail: matzew-at-apache-dot-org