Hi

In theory, a transient component should not survive a save/restore. If this
is not true, pss will not be consistent, in other words, it will not work as
jsf 1.2 state saving.

I'm doing some tests related to "MYFACES-2483 Find a way to allow c:if work
with partial state saving enabled", and this fact is required.

Could you send me a test case for this one, so I can check it and try to
solve it? (Is it any transient listener with return null from save state?)

regards,

Leonardo Uribe

2010/1/14 Michael Kurz <[email protected]>

> Hi,
>
> I have an issue with partial state saving in _DeltaList. I have a page with
> a listener for PreRenderView. When I submit the page the listener is
> correctly set on building the view but is overwritten with null in
> _DeltaList.restoreState:310. This is done as the listener is transient and
> the saved state therefore is null. But imho setting the list item to null in
> this case should not be done.
>
> This behavior is also checked in the following test cases, which I think is
> not correct, too:
>
> _DeltaListTest.testSimpleSaveRestoreTransient4() and
> _DeltaListTest.testSimpleSaveRestoreTransient5()
>
> What do you think guys?
>
> regards
> Michael
>

Reply via email to