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 [email protected] at openSubscriber.com
http://www.opensubscriber.com/message/[email protected]/9665524.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]