1 message in com.canoo.lists.webtest[Webtest] Webtest cannot handle the J...
FromSent OnAttachments
David Louvton21 Dec 2004 15:24 
Subject:[Webtest] Webtest cannot handle the Javascript command uniqueURLFor
From:David Louvton (Davi@tacit.com)
Date:12/21/2004 03:24:03 PM
List:com.canoo.lists.webtest

My application has a jsp file that contains the following line:

top.location.href = uniqueURLFor('<html:rewrite page="/../home.do"/>');

When Webtest is hitting this code (using invoke), the invoke command get stuck. I turn on all possible log levels in log4j.properties but did not get any more information.

I just noticed that if I'm changing this line with a real url (like top.location.href=http://localhost:8080/search/jsp/home.do) it's working fine.

I tried also the version that works with HtmlUnit but it did not help.

Please help,

David