hi all!!

why when I write <s:head theme="simple" /> the html generated have this:

    <script type="text/javascript">
    // Dojo configuration
    djConfig = {
        baseRelativePath: "/xxx/struts/dojo",
        isDebug: false,
        bindEncoding: "UTF-8",
        debugAtAllCosts: true // not needed, but allows the Venkman
debugger to work with the includes
    };
</script>
<script type="text/javascript"
        src="/xxx/struts/dojo/dojo.js"></script>
<script type="text/javascript"
        src="/xxx/struts/simple/dojoRequire.js"></script>


when I write theme="simple" the dojo javascript shouldn't appear, its
correct???

tanks!!!

Reply via email to