Hi,
PageA injects PageB, in PageB i have a field "someProp" which is
annotated with @Persist("flash").
In the code on PageA.onSuccess() I do pageB.setSomeProp(value) and return pageB.
now PageB shows up with the value in "someProp", but on the next
request (e.g. after form submission with errors) the value is null..
is this expected behaivour?
--
/ted
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]