SmartClient Version: SNAPSHOT_v8.3d_2012-09-27/PowerEdition Deployment (built 2012-09-27)
-------------------------------
I got an 404 error from my tomcat, after some search I found that in the ISC_DeveloperConsole.js an invalid link is specified:
We only have the directory ../../system/helpers/skin/images/ directory, but not the ../../system/reference/skin/images/. And I also cannot find server_network.png, but only server_client_exchange.png. What did we do wrong?
-------------------------------
I got an 404 error from my tomcat, after some search I found that in the ISC_DeveloperConsole.js an invalid link is specified:
Code:
isc.TreeGrid.create({ID:"rpcHistory",autoDraw:false,selectionStyle:"single",skinImgDir:"../../system/reference/skin/images/",nodeIcon:"[SKIN]server_client_exchange.png",folderIcon:"[SKIN]server_network.png"
Comment