Re: [S2] model driven versus domain object property

2007-02-24 Thread Mark Menard
On 2/24/07 3:41 PM, "Dave Newton" <[EMAIL PROTECTED]> wrote: > Isn't that an issue with *any* session-based > methodology? Absolutely. It just amazes me how many people still run into it and are baffled by the strange behavior. Mark --

Re: [S2] model driven versus domain object property

2007-02-24 Thread Dave Newton
--- Mark Menard <[EMAIL PROTECTED]> wrote: > Be careful with the ScopedModelDriven method. Have > you checked that it works with a user running two > concurrent copies of your wizard, if you allow it? > (Think tabbed browsing.) Isn't that an issue with *any* session-based methodology? d. __

Re: [S2] model driven versus domain object property

2007-02-24 Thread Mark Menard
On 2/23/07 7:31 PM, "Dave Newton" <[EMAIL PROTECTED]> wrote: > --- bob <[EMAIL PROTECTED]> wrote: >> For instance, if my domain object is Customer, what >> would be the consequences and benefits of using >> modelDriven with a getModel() that returns an >> instance of Customer, versus having a getC

Re: [S2] model driven versus domain object property

2007-02-23 Thread Dave Newton
--- bob <[EMAIL PROTECTED]> wrote: > For instance, if my domain object is Customer, what > would be the consequences and benefits of using > modelDriven with a getModel() that returns an > instance of Customer, versus having a getCustomer() > property on my action object? The model is put on the s