Hey! thanks for searching and thinking with me.. but no, i can still use the "back" option in my browser :-(
thanks! Dev at weitling wrote: > > Hi Jan! > > After I stumbled through the wood not seeing the wood for the trees, it > now may be I can help :-) > > Try using cocoon.exit() to exit the flow PLUS > WebContinuation.invalidate(). > > Reijn made me look here: > http://cocoon.apache.org/2.1/userdocs/flow/api.html#cocoon > > Greetings, > Florian > > jantje wrote: >> I think it is not working beceause i can still use the "back" button in >> my >> browser!!! >> >> OK, maybe no new continuation is created.. BUT, with the "BACK" - button >> I >> can still enter a previously created continuation.. >> >> Maybe there is no function to really STOP the flow, in a cocoon >> flowscript? >> >> Does someone know the answer? >> >> Greetings, Jan from Belgium >> >> >> >> >> >> >> >> >> Jeroen Reijn wrote: >> >>> Hi Jantje, >>> >>> why do you think the cocoon.exit function is not working? Does it not >>> exit >>> the flowscript without creating a continuation? >>> >>> Regards, >>> >>> Jeroen Reijn >>> >>> -----Original Message----- >>> From: jantje [mailto:[EMAIL PROTECTED] >>> Posted At: Thursday, September 14, 2006 2:34 PM >>> Posted To: Cocoon User List >>> Conversation: cocoon.exit(); >>> Subject: cocoon.exit(); >>> >>> >>> >>> Hi there, >>> >>> I think the cocoon.exit() function is not working? how can I check this? >>> >>> My code is: >>> >>> function registration() { >>> var varContinue = true; >>> while(varContinue) { >>> var registrationForm = new >>> Form("cocoon:/formDefinition/registration.xml"); >>> var rModel = registrationForm.getModel(); >>> rModel.date = new java.util.Date(); >>> registrationForm.showForm("registration/" >>> + cocoon.request.get("identificaton") >>> + "-" >>> + cocoon.request.get("password") >>> + "-" >>> + "SB" >>> + "-" >>> + "SB" >>> + "-" >>> + "SB" >>> + "-" >>> + "SB" >>> + "-" >>> + "SB" >>> + ".display"); >>> if(registrationForm.submitId == "logout") { >>> cocoon.request.setAttribute("form1", >>> registrationForm.getWidget()); >>> //cocoon.sendPage("form1-success-pipeline.xsp"); >>> cocoon.sendPage("registration-success"); >>> varContinue = false; >>> cocoon.exit(); >>> } >>> } >>> >>> }/* >>> -- >>> View this message in context: >>> http://www.nabble.com/cocoon.exit%28%29--tf2271324.html#a6304867 >>> Sent from the Cocoon - Users forum at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >>> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/cocoon.exit%28%29--tf2271324.html#a6320969 Sent from the Cocoon - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]