Thank you very much, I think this is what I have search
for. Because I had inconsistency between a inputText and the managed bean value
by a value binding...
Von: Gary VanMatre [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 19. September 2006 17:18
An: MyFaces Discussion
Betreff: Re: setTransient()
>From: "Pfau, Oliver" <[EMAIL PROTECTED]>
>
>
>Hi,
>what is the
method setTransient(boolean) from UIComponent good for ?
>
When you set a
components transient property to true, the component will
not be serialized to
the saved state of the view. This also means that if
you are using client
side state saving, the payload will not contain the
transient
components.
Transient components
have to be recreated when the view is restored.
The verbatim
component is a transient outputText component. It
generally contains
mark-up in your JSP that you don't really need
to send to the
client in the saved view state. That mark-up
might
also contain a JSP
EL value
that needs to be reevaluated when
the view is
restored.
>Thanks,
>Oliver
Gary

