En l'instant précis du 01/24/07 14:15, Cagatay Civici s'exprimait en ces
termes:
>>
>> "immediate=true" states that the event handling for this component must
>> happen in the apply request value phase and not in the invoke
>> application phase.
>
>
> Yes, That's for components like commandButton, another usage is with
> input
> components. When an input component is immediate, it's validated at apply
> request phase.
I think, for the event handling, this apply for all components. I think
the valuechange listeners are invoked early on input component when they
are immediate.
>
> Cagatay
>
>
> On 1/24/07, David Delbecq <[EMAIL PROTECTED]> wrote:
>>
>> "immediate=true" states that the event handling for this component must
>> happen in the apply request value phase and not in the invoke
>> application phase.
>>
>> En l'instant précis du 01/24/07 12:37, Thomas Chang s'exprimait en ces
>> termes:
>> > Here is my code
>> > ...
>> > ...
>> > <h:selectOneMenu id="search_criterien"
>> >    value="#{myBean.searchcriterien}"
>> >  valueChangeListener="#{myBean.handleSearchCriterienChanged}"
>> >    onclick="submit()" immediate="false">
>> >    <f:selectItems value="#{myBean.searchcriterienList}" />
>> > </h:selectOneMenu>
>> > ...
>> > ...
>> >
>> >
>> > ---------------------------------
>> > Yahoo! 360° – Bloggen und Leute treffen. Erstellen Sie jetzt Ihre
>> eigene
>> Seite – kostenlos!.
>> >
>>
>>

Reply via email to