Hi again,
I looked in 2011 and 2013 versions of ExecuteScript.class and I took out the extra check of parameter error, recompiled and it works now.
However I think the check was there with a purpose ...
So the line 112
if(params.get("scriptResult").equals("1") && params.get("errors") == null ...
Search found 3 matches
- Wed Feb 20, 2013 10:53 am
- Forum: Using OpenEMM
- Topic: Openemm 2013 scriptaction issues
- Replies: 10
- Views: 8308
- Wed Feb 20, 2013 12:56 am
- Forum: Using OpenEMM
- Topic: Openemm 2013 scriptaction issues
- Replies: 10
- Views: 8308
Re: Openemm 2013 scriptaction issues
Hi,
below the logs for velocity:
OpenEMM 2011 with scriptaction working:
2013-02-20 01:43:27,871 - Velocimacro : initialization starting.
2013-02-20 01:43:27,871 - Velocimacro : adding VMs from VM library template : VM_global_library.vm
2013-02-20 01:43:27,874 - ResourceManager : unable to find ...
below the logs for velocity:
OpenEMM 2011 with scriptaction working:
2013-02-20 01:43:27,871 - Velocimacro : initialization starting.
2013-02-20 01:43:27,871 - Velocimacro : adding VMs from VM library template : VM_global_library.vm
2013-02-20 01:43:27,874 - ResourceManager : unable to find ...
- Tue Feb 19, 2013 3:52 pm
- Forum: Using OpenEMM
- Topic: Openemm 2013 scriptaction issues
- Replies: 10
- Views: 8308
Openemm 2013 scriptaction issues
Hi all,
I installed OpenEMM 2013 on a Gentoo 64 bits Linux machine. I compiled everything from scratch, following the installation pdf. Everything is working fine except scriptaction.
It looks like it is ignoring the #set ($scriptResult="1"). I setup a form with "$scriptResult true" for true and ...
I installed OpenEMM 2013 on a Gentoo 64 bits Linux machine. I compiled everything from scratch, following the installation pdf. Everything is working fine except scriptaction.
It looks like it is ignoring the #set ($scriptResult="1"). I setup a form with "$scriptResult true" for true and ...
