I have a ModalWindow with a page inside it (constructed via
modalWindow.setPageCreator). The page contains a lot of AjaxButtons etc.

If the content page is constructed as a stateless page (new MyPage()
without parameters) the page (content of modal window) gets Serialized
on every klick onto any AjaxButton. OK.

If the content page is NOT constructed as a stateless page (new
MyPage("someString") WITH parameters) the page (content of modal window)
AND the content of all underlying pages gets Serialized on every klick
onto any AjaxButton.

Is this the intended behavior? Is there a trick to avoid serializing all
the content of pages "below" the modal window? If it is not the intended
behavior, I will create a simple testcase.

This is a problem for us because the underlying pages contain much data
und the ModalWindow slows down in speed.

Stefan



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to