Hi all,

We are upgrading our project from T4.0.2 to T4.1.5.We have added Shell
component in couple of pages to import js library.
We have added this component just to initialize tapestry,dojo variables that
will be generated in pages by default.We are not
using dojo toolkit in our javascript code.

<script type="text/javascript"><!--
tapestry.addOnLoad(function(e) {
dojo.require("tapestry.form");tapestry.form.registerForm("Form");});
// --></script>

Is there any way we can avoid the above code or even after adding the Shell
component avoid the head tags generated by dojo
and import the javascript library .I need to import only core.js , dojo.js

Thanks for your response,
ravindra.

Reply via email to