On 4/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
How many approach there is ? Where can I read about them ?

Just the two. Either put the properties on the Action class, or
implement ModelDriven.

A third might be to create your own interceptor that did the same
thing as ModelDriven, but with more objects.

you mean getModel should be placed in the AccountManager (ActionSupport)
and getModel should return an object of AccountBean. All the business
logic is encapsulated in Account.java . Am I right ?

Yes, if Account is a singleton. Otherwise, you could just put the
properties on the Account object.

HTH, Ted
<http://www.husted.com/ted/blog/>

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

Reply via email to