I had the same problem. I fixed it by changing my url from http://atltstweb02ppd:8180/walmartkiosk/search.seam?actionMethod=search.jsp%3AInitializationBean to
http://atltstweb02ppd:8180/walmartkiosk/search.seam?actionMethod=search.jsp:InitializationBean So in other words I changed '%3A' to ':' I don't know if that will help you. On Jan 18, 2008 6:54 AM, Marc Guillemot <[EMAIL PROTECTED]> wrote: > Hi Willi, > > seems that the js improvements of HtmlUnit-1.14 cause a problem there. > > - is there a publicly available site showing the problem? > - is simulating FF an option for you? > > Cheers, > Marc. > -- > Blog: http://mguillem.wordpress.com > > Willi Kuhnis wrote: > > Hi Marc, > > > > I found now this: > > [config] INFO (com.canoo.webtest.engine.Configuration) - Surfing > > with browser 4.0 (compatible; MSIE 6.0; Windows 98) > > > > I am also not browsing with a Firefox simulation. > > > > Willi > > ****************************************** > > > > 2008/1/18, Willi Kuhnis <[EMAIL PROTECTED]>: > >> Hi Marc, > >> thanks for your answer, > >> > >> you asked me, which browser I am simulating. > >> I am working with the standard Webtest installation. > >> So until now I didnt had to go into this details. > >> NormalIy I am working with Firefox on WinXP. I also have IE. > >> But does this Info not help you ? > >> > >> Else I have to go into the deep and find out, where I can make this > >> browser-setup. > >> > >> Thanks > > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest >

