Re: [Xsltforms-support] getInstanceDocument
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-10-07 21:42:20
|
Hi Mark, I can propose to replace > model.rebuild(); > model.recalculate(); > model.revalidate(); > model.refresh(); with model.xfElement.setRebuilded(true); xforms.addChange(model.xfElement); xforms.refresh(); Those instructions are the ones performed at a reset just after resetting each instance. Is it what you wanted ? Cheers, -Alain |