I have a form that has 9 pages,I want to dynamically remove the 1st page by clicking a button.so I wrap the entire 1st page in a sub-form,flowed,min count 0,initial count 1.and the _xx.removeInstance(0) is in the click event of the button.but when I click it, the 1st page got wiped clean, it doesn'...