Oh, I was not aware of this. My page caching is turned off in development, which is where I noticed this. If it only happens once it's no problem, and I can live with it while developing, no problem. Regarding the state, I can see that my code differs in that it fetches the model from a page property, while in the example there is an ognl expression that makes a new model object:
<binding name="contentProvider" value="new net.sf.tacos.demo.tree.SimpleTreeContentProvider()"/> This object then again has its data statically initialized.... all in all I'm slightly confused on how to convert the example to practical use - what is the actual lifecycle of the SimpleTreeContentProvider when it's initialized this way? I will try to refactor my code so I can either solve it or post a concrete example. Aslak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
