Your question is kind of vague, but all of the JSF lifecycle methods
start with code along these lines:

        if (!isRendered()) return;

So if a component is rendered=false, then it will not execute the
processDecodes, processValidators, processUpdates,
encodeBegin/encodeChildren/encodeEnd, etc, phases.   It will be as if
the component does not exist.


On 3/15/06, Vladimir Coutinho <[EMAIL PROTECTED]> wrote:
> How rendered attribute is processed?  The method in "value" is called when
> "redenred" attribute is false?
>
> --
> Vladimir M Coutinho

Reply via email to