Skip to Content
0
Oct 20, 2008 at 03:03 PM

To whom wants to migrate from WAS 620 to 700

36 Views

Hi,

Just a tips I wanted to share to everybody because it makes me lot of pain 😉

Here is the scenario :

You have BSP application in WAS 620 and you want to transport it into WAS 700.

Problem:

Everything is OK regarding the source code and so on but when you execute the application there is lot of Javascript Error like global variable undefined....

Solution :

for some global variable add

window.my_global_var

That's it 😊

enjoy