If you're not worried about optimistic locking (unless let the form set the version numbers on the domain entities), then it should be fine to use detachable models. Of course, if you're writing a "wizard", it might be wise to keep the object around (or another object in its place) to hold all of the edits until the wizard is finished.
On Thu, Aug 28, 2008 at 6:22 AM, Markus Strickler <[EMAIL PROTECTED]> wrote: > Hi- > > while the advanteages of using detachable models for read only list view pages > are quite clear, I'm wondering if you should also use detachabel models in the > case of pages where you actually edit a domain object? > > -markus > > > > ---------------------------------------------------------------- > This message was sent using IMP, the Internet Messaging Program. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
