RE: attributes in the request
"Schnitzer, Jeff" <[email protected]>
| Newsgroups | gmane.comp.web.maverick.general |
|---|---|
| Message-ID | <[email protected]> |
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