Now that I know where to put the js/ directory, I took all the tapestry jars (4.0.1) from the Tacos demo war. I also took just that version of dojo included in the war, and put it where it should be.
Still, tacos debug persist with the following;
DEBUG: failed loading /Art/js/dojo/src/widget/HtmlFisheyeList.js
with error: [SyntaxError: XML tag name mismatch, file:
http://foo:8080/Art/js/dojo/dojo.js, line: 134]
DEBUG:
failed loading /Art/js/dojo/src/widget.js with error: [SyntaxError: XML
tag name mismatch, file:
http://foo:8080/Art/js/dojo/dojo.js, line: 134]
DEBUG:
failed loading /Art/js/dojo/src/__package__.js with error:
[SyntaxError: XML tag name mismatch, file:
http://foo:8080/Art/js/dojo/dojo.js, line: 134]
DEBUG:
failed loading /Art/js/dojo/src.js with error: [SyntaxError: XML tag
name mismatch, file: http://foo:8080/Art/js/dojo/dojo.js,
line: 134]
DEBUG: failed loading /Art/js/dojo/__package__.js
with error: [SyntaxError: XML tag name mismatch, file:
http://foo:8080/Art/js/dojo/dojo.js, line: 134]
FATAL: Could not load 'dojo.widget.HtmlFisheyeList'; last tried '__package__.js'
DEBUG:
ERROR: On line 72 of document
http://foo:8080/Art/js/dojo/dojo.js: Could not load
'dojo.widget.HtmlFisheyeList'; last tried '__package__.js'
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList0
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList1
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList2
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList3
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList4
DEBUG: ERROR: Unable to find fisheye with id:$FisheyeList5
I've checked tha line in dojo.js and it is responsible (as far as I can tell) for loading other components.
Could it be that FishEyeList isn't supported or working or whatnot? can somebody confirm that it should work and/or maybe have a as of right now working code snippet??
Thanks,
PS
