|
||||||||||||||
|
|
WGA4 Releasenotes WGA PublisherDie hier verfügbaren Releasenotes enthalten Änderungen bis WGA 4.1.15. Die Release-Notes zu aktuellen WGA- und OpenWGA-Versionen finden sie im OpenWGA Issue Tracker unter Projekt OpenWGA Server. Product:
setVar("x", 1); x = 2; setSessionVar("y", 1); y = 2; The once defined (session) var "x" ("y") at value 1 is updated with value 2. This currently does not work with portlet (session) vars: portlet.setVar("x", 1); x = 2; portlet.setSessionVar("y", 1); y = 2; In this case the portlet (session) var is initialized with 1. But line 2 creates a new normal WebTML var "x" at the value of 2, currently hiding the portlet (session) var. After the script is finished and the WebTML (and portlet) var goes out of scope there still is the portlet session var "x" at the value of 1.
|
Syndicate
Dokumentationen
System-Architektur
Diese Website läuft auf einem Tomcat Application Server unter SuSE Linux.
© Innovation Gate
|
||||||||||||