<font size=2 face="sans-serif">Hi List,</font>
<br>
<br><font size=2 face="sans-serif">I have the following structure:</font>
<br>
<br><font size=2 face="sans-serif">pageContainer</font>
<br><font size=2 face="sans-serif">-- fw id=currentFWID</font>
<br><font size=2 face="sans-serif">---- page1</font>
<br><font size=2 face="sans-serif">-------decision id=currentFWID, eraseOnExit=1,
branch=sequence, repeat=all</font>
<br><font size=2 face="sans-serif">----------pagepart1.1</font>
<br><font size=2 face="sans-serif">----------pagepart1.2</font>
<br><font size=2 face="sans-serif">----- page2</font>
<br>
<br><font size=2 face="sans-serif">on an entrypage I created a button with
the onRelease event script currentFWID.nextPage().</font>
<br><font size=2 face="sans-serif">Everything works fine except that when
I reach the end of the decision page2 is displayed on top of page1, thus
the content of page1 is NOT erased at the end of the decision branch. What
did I do wrong?</font>
<br>
<br><font size=2 face="sans-serif">Peter</font>