Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

SmartClient Version Difference

$
0
0
\"v9.0p_2013-07-15/PowerEdition Deployment\"

I updated SmartClient related files to v9.0 but when I run the screen using SmartClient, and checked the source code of that screen, the version it shows is not v9.0.

I updated whole isomorphic folder under WebContent, server.properties, log4j.isc.config.xml, iscTaglib.xml, web.xml, isomorphic related .jar files. I don't know If I missed something else.

I'm sure that when I check the source code of .js files in the modules folder, it shows the version is v9.0p_2013-07-15/PowerEdition Development Only (2013-07-15)

Using chrome, check the source, it shows like following:
Code:

<SCRIPT>window.isomorphicDir='../../isomorphic/';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Core.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Core';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Foundation.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Foundation';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Containers.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Containers';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Grids.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Grids';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Forms.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Forms';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_DataBinding.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='DataBinding';</SCRIPT>
<SCRIPT SRC=../../isomorphic/system/modules/ISC_Drawing.js?isc_version=v8.3p_2013-06-07.js></SCRIPT><SCRIPT>isc._lastModule='Drawing';</SCRIPT>
<SCRIPT SRC=../../isomorphic/skins/Enterprise/load_skin.js?isc_version=v8.3p_2013-06-07.js></SCRIPT>

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles