On 4/23/06, 王曾wang_zeng <[EMAIL PROTECTED]> wrote: > > Thank you, Craig. > If we preserve the tree on the server, then the tree sholud be saved > in > session scope. If we don't save the tree on server, then everytime a > request arrives, the tree should be reconstructed using the value of > the > hidden field. Am I right? > > That is correct. Note, however, that you do not need to change anything about how you actually *use* the components in your application. The setting is changed with a context initialization parameter only.
Craig