When using @Persist and @InitialValue on the same property the value is not persisted. The only value returned from the property is the initial value. It seems like that when the initial value is set right before the page is returned to the pool, the persistent value is also set to the initial value.
The expected behaviour, I think, is that the property will return the initial value the first time it is used, and then, after that, the persistent value should be returned. I have seen this question before on the list, but no real answer. What is the expected behaviour? -- /ted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]