From: Marc G. <mgu...@ya...> - 2005-08-08 16:05:10
|
Which version do you use? May your form be submitted in an other window / frame? Marc. Kevin Menard wrote: > > On Aug 8, 2005, at 11:51 AM, Brad Clarke wrote: > >> That was fixed in 1.3 and there is a unit test for it. > > > Okay, well I'm using 1.6. So any thoughts as to what may be going wrong? > > Just to give a snippet of what I'm doing: > > final HtmlPage nextPage = (HtmlPage) getForm().getInputByName > ("sameShippingInfo").click(); > final HtmlForm form = nextPage.getFormByName("add"); > > where getForm() is a method I have that returns the only form for the > current page. > > nextPage gets set to the current page and form gets set to the same > form that getForm() returns. > > Any help would be appreciated. > > Thanks, > Kevin > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Htmlunit-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-user > |