Re: back button problem with cForm groups

2006-02-10 Thread Archie Cowan
Use this kind of logic in your flow script.var finished = false;    while(!finished) {    try {    form.showForm( mypipline );    form.save(initialObject);    finished = true;        } catch(e) {    if(e instanceof Packages.java.lang.IllegalStateExce

back button problem with cForm groups

2006-02-10 Thread Marcel Rouwenhorst
Hi,   We made a multipage cforms wizard. For the multiple pages we use groups which are activated and deactivated when a user clicks a previous/next button. This works fine except that when users use the browsers “back” button and click on a button of a client-sided cached page. (BTW thi