Hi,

First, excuse my poor english

next,
I replace the <s:head theme="ajax" /> wich produce :

<script type="text/javascript">
    // Dojo configuration
    djConfig = {
        baseRelativePath: "/Seanergic/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="/Seanergic/struts/dojo/dojo.js"></script>
<script type="text/javascript"
        src="/Seanergic/struts/simple/dojoRequire.js"></script>
<script type="text/javascript"
        src="/Seanergic/struts/ajax/dojoRequire.js"></script>
<script type="text/javascript"
        src="/Seanergic/struts/CommonFunctions.js"></script>

<script type="text/javascript" src="struts/optiontransferselect.js"></script>

<script type="text/javascript" src="struts/optiontransferselect.js"></script>

by 


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

<script type="text/javascript" src="struts/optiontransferselect.js"></script>

<script type="text/javascript" src="struts/optiontransferselect.js"></script>

Here is the line i change :

        debugAtAllCosts: false// not needed, but allows the Venkman debugger to 
work with the includes

It seems to work...


--
This message was sent on behalf of igl...@gmail.com at openSubscriber.com
http://www.opensubscriber.com/message/dev@struts.apache.org/9665524.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to