Tapestry 4.1.2 includes Dojo 0.4.3. I'm trying to test my application with
WebTest R_1600. Unfortunately, I'm getting the following error:

JavaScript error loading page
http://localhost:9876/appfuse-tapestry-2.0-rc1-SNAPSHOT/signup.html: Wrapped
com.gargoylesoftware.htmlunit.ScriptException: unknown protocol: javascript
(http://localhost:9876/appfuse-tapestry-2.0-rc1-SNAPSHOT/assets/static/dojo-0.4.3/dojo.js#4305)
 

Any ideas?

Line 4305 is the last line in the following block:

var _3bc=dojo.doc().createElement("script");
_3bc.src="javascript:'dojo.html.createExternalElement=function(doc, tag){
return doc.createElement(tag); }'";
dojo.doc().getElementsByTagName("head")[0].appendChild(_3bc);

Matt

-- 
View this message in context: 
http://www.nabble.com/Testing-Tapestry-4.1.x-applications-with-WebTest-and-Dojo-tf4318483.html#a12296735
Sent from the WebTest mailing list archive at Nabble.com.

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to