Kaydet (Commit) 9f0e5a64 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS scriptingf8 (1.5.2); FILE MERGED

2004/11/10 17:54:11 toconnor 1.5.2.1: #i36553# cannot execute beanshell script from editor
üst 28f5635f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: ScriptSourceModel.java,v $ * $RCSfile: ScriptSourceModel.java,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2004-10-22 13:59:02 $ * last change: $Author: rt $ $Date: 2004-11-15 15:57:11 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -160,7 +160,7 @@ public class ScriptSourceModel { ...@@ -160,7 +160,7 @@ public class ScriptSourceModel {
currentPosition = -1; currentPosition = -1;
view.update(); view.update();
interpreter.set("context", context); interpreter.set("XSCRIPTCONTEXT", context);
interpreter.set("ARGUMENTS", new Object[0]); interpreter.set("ARGUMENTS", new Object[0]);
if (view.isModified()) { if (view.isModified()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment