From: Marc G. <mgu...@ya...> - 2005-08-10 01:35:13
|
Quite strange. Can you log the currently opened windows using WebClient.getWebWindows()? Can you check if the page is really the one that is currently loaded in the window: nextPage == nextPage.getEnclosingWindow().getEnclosedPage() Marc. Kevin Menard wrote: > > On Aug 8, 2005, at 12:08 PM, Marc Guillemot wrote: > >> Which version do you use? May your form be submitted in an other >> window / frame? > > > I'm using HtmlUnit 1.6 and this is all in a single frame. What I have > is a Tapestry webapp with a form. The check box's onclick event has > some Javascript that submits the form. Tapestry's listener gets called > in response and redirects to a new page. This behavior has been > verified in every major web browser, so it's not that the form is not > causing the redirect. > |