On Jan 11, 2008 11:54 PM, Dale Herrig <[EMAIL PROTECTED]> wrote:
>
> I if don't used the Wizard Model, is there a way to pass attributes from one 
> page to the next.  Can they be set at the request level, is so how might this 
> be done.

Page page = new AnotherPage(anyObjectHere);
getRequestCycle.setResponsePage(page);

-Matej

-- 
Resizable and reorderable grid components.
http://www.inmethod.com

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

Reply via email to