You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Richard Levenberg <ri...@ufp.com> on 2007/06/30 05:34:12 UTC

disable dojo

I just upgraded from 4.0.2. to 4.1.2 and now my rendered pages (with
@Shell attributes) are filled with Dojo related javascript stuff:

<script type="text/javascript">djConfig = {"isDebug":false,"baseRelativePath":"/tapestry-test-0.1-dev/app?service=asset&path=%2Fdojo-0.4.3%2F","parseWidgets":false,"locale":"en-us"} </script>

 <script type="text/javascript" src="/tapestry-test-0.1-dev/app?service=asset&path=%2Fdojo-0.4.3%2Fdojo.js"></script>
<script type="text/javascript">
dojo.registerModulePath("tapestry", "/tapestry-test-0.1-dev/app?service=asset&path=%2Ftapestry%2F");

</script>
<script type="text/javascript" src="/tapestry-test-0.1-dev/app?service=asset&path=%2Ftapestry%2Fcore.js"></script>
<script type="text/javascript">
dojo.require("tapestry.namespace");
tapestry.requestEncoding='UTF-8';
</script>

I dont want any of this stuff. How do I turn it off? I looked at the
mailing list archives and something like ajaxEnabled was mentioned but I
dont see this documented anywhere.

r

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org