You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Pfau, Oliver" <ol...@siemens.com> on 2006/11/22 08:37:09 UTC

Question to JSF experts about value binding

Hi,
 
are there situations in the JSF lifecycle where a value binding will not
be executed ?
 
Oliver

Re: Question to JSF experts about value binding

Posted by Martin Marinschek <ma...@gmail.com>.
What do you mean by executed? Getter of the model-bean being called?

If you mean the getter being called, then there is only one case where
it won't be called - if you have a submitted value for the component.

regards,

Martin

On 11/22/06, ir. ing. Jan Dockx <ja...@mac.com> wrote:
>
> I believe so: on a request/response cycle, when the button clicked has
> immediate="true", and the field with the value binding has immediate="false"
> (the default)
>
>
>
> On 22 Nov 2006, at 8:37, Pfau, Oliver wrote:
>
> Hi,
>
> are there situations in the JSF lifecycle where a value binding will not be
> executed ?
>
> Oliver
>
>
>
>
>
>
>
>
>
>
>
>
> "[…]  my biggest problem is finding out how to do things."
>
> (in a mail on the Maven Users List)
>
>
>
>
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Question to JSF experts about value binding

Posted by Martin Marinschek <ma...@gmail.com>.
What do you mean by executed? Getter of the model-bean being called?

If you mean the getter being called, then there is only one case where
it won't be called - if you have a submitted value for the component.

regards,

Martin

On 11/22/06, ir. ing. Jan Dockx <ja...@mac.com> wrote:
>
> I believe so: on a request/response cycle, when the button clicked has
> immediate="true", and the field with the value binding has immediate="false"
> (the default)
>
>
>
> On 22 Nov 2006, at 8:37, Pfau, Oliver wrote:
>
> Hi,
>
> are there situations in the JSF lifecycle where a value binding will not be
> executed ?
>
> Oliver
>
>
>
>
>
>
>
>
>
>
>
>
> "[…]  my biggest problem is finding out how to do things."
>
> (in a mail on the Maven Users List)
>
>
>
>
>
>


-- 

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Re: Question to JSF experts about value binding

Posted by "ir. ing. Jan Dockx" <ja...@mac.com>.
I believe so: on a request/response cycle, when the button clicked  
has immediate="true", and the field with the value binding has  
immediate="false" (the default)


On 22 Nov 2006, at 8:37, Pfau, Oliver wrote:

> Hi,
>
> are there situations in the JSF lifecycle where a value binding  
> will not be executed ?
>
> Oliver





"[…]  my biggest problem is finding out how to do things."
(in a mail on the Maven Users List)