We have a portlet implemented using Velocity and an appropriate controller. The content is a basic form to be filled in by the user. The user has filled in part of the form in the portlet. If the user Maximizes the portlet, the window state changes and of course buildNormalContext is called. Now realizing we can override buildMaximizeContext method we find that upon invocation of Maximize no content from the client is returned getContentLength returns zero. Realizing of course this is not the same thing as a input button press. As a conseqence though we are not able to simply present the same form with its data after the window goes to max. We really have no need to customize content on a Maximize state change. But is there a way to send the content on a request so it can be turned around and rendered on the response without starting over with a blank form? Is there some we need to do differently in the Velocity Template perhaps? TIA for the help.

--

John

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

Reply via email to