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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]