I have the following
Page
Form
DDC
TextFields
Buttons
The DDC has a LoadableDetachableModel with a hibernate call for
the *choices* model and "new Model()" for the DDC model.
Changing the DDC selection, changes the TextFields appropriately.
But I have a Button and a form submit that change the hibernate data for
the choices. They also clear the DDC selection with
ddc.setModelObject(null).
How do I get the DDC to reload the choices? The old choices are visible
unless I reload the page. I have a printf in ldm.load() that tells me it is
not
being called until I reload the page.
Thanks!
-troy