Title: attributes in the request

I’m not sure quite what your question is.  If your controllers extend ThrowawayBean2 (as opposed to FormBeanUser), then the bean properties of your controller will be populated from the request attributes before the perform() method is executed.  After execution, the controller object itself becomes the model, but this can be easily overridden by calling ControllerContext.setModel().

 

Jeff Schnitzer

[EMAIL PROTECTED]

 

-----Original Message-----
From: Thompson, Kris [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 8:34 AM
To: [EMAIL PROTECTED]
Subject: [Mav-user] attributes in the request

 

From looking at the friendbook example and the Maverick code it appears that all items that anything that extends ThrowawayBean2 will have that objects attributes placed in the request?

Thanks

Kris Thompson
www-frameworks-boulder.org

Reply via email to