RE: Processing Flow for Button onSubmit and LDM load

2010-10-07 Thread Shelli Orton
@wicket.apache.org Subject: Processing Flow for Button onSubmit and LDM load Hi, Again, thanks to all who have been helping me as I am new to Wicket. I am splitting out two issues I am dealing with to try to keep things clear. I am trying to write a simple app that does CRUD operations on database

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:

Processing Flow for Button onSubmit and LDM load

2010-10-06 Thread Shelli Orton
Hi, Again, thanks to all who have been helping me as I am new to Wicket. I am splitting out two issues I am dealing with to try to keep things clear. I am trying to write a simple app that does CRUD operations on database records. The goal is for the app to make use of a tab panel where each