Hallo,

I have this web-flow sequences (two branches to the same leaf):

[web-flow 1] WebPage1 > WebPage2 [+Applet] > WebPage3
[web-flow 2] WebPage1B [+Applet] > WebPage2 [+Applet] > WebPage3

The Applet is the same in all cases: is an Applet that digitally signs
(windows keystore for certs) and automatically launches a javascript
event "onSignOK()",  which does
"document.formNavigateToPageX.submit()".

When trying web-flow 1 things work perfect: first navigate to Page1,
then click-on-link and navigate to Page2, which internally checks
digital signature, and in case OK it automatically navigates to Page3,
by means of setResponse(Page3). That works fine.

But the other web-flow 2 does not: navigate to Page1B, internally
checks digital signature, and in case OK it navigates to Page2 by
means of setResponse(Page2). That works fine... but when then arrives
Page2, it internally checks another digital signature, and in case OK
it should navigate to Page3.. but not. Internally it also does a
setResponse(Page3)... but after the constructor endes, nothing
happens... it executes and renders, and the flow dies at Page2.

Any idea what can be wrong here?

Dankeschen!

Manu

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to