RE: Processing Flow for Button onSubmit and LDM load

2010-10-07 Thread Shelli Orton
Again, does nobody have any suggestions? If I can't get this fixed, I'm going to have to write the app in another framework (possibly GWT) and I'd really rather not have to do that. Shelli -Original Message- From: Shelli Orton Sent: Wednesday, October 06, 2010 4:05 PM To:

Re: Processing Flow for Button onSubmit and LDM load

2010-10-07 Thread Igor Vaynberg
the ldm's load() is called whenever ldm's getobject() is called, which is called whenever *your* code uses the model. you are free to call detach() on the ldm yourself if you need it to reload the value at some point. -igor On Wed, Oct 6, 2010 at 3:05 PM, Shelli Orton shelli.or...@sjrb.ca wrote: