set the name of the action in the request object
when executing an action.
This commit is contained in:
parent
2574442456
commit
93eb5c9750
1 changed files with 9 additions and 5 deletions
|
@ -340,6 +340,10 @@ public class RequestEvaluator implements Runnable {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
localrtx.timer.beginEvent (requestPath+" execute");
|
localrtx.timer.beginEvent (requestPath+" execute");
|
||||||
|
|
||||||
|
// set the req.action property
|
||||||
|
req.action = action.getName ();
|
||||||
|
// do the actual action invocation
|
||||||
current.doIndirectCall (evaluator, current, action.getFunctionName (), new ESValue[0]);
|
current.doIndirectCall (evaluator, current, action.getFunctionName (), new ESValue[0]);
|
||||||
|
|
||||||
// check if the script set the name of a skin to render in res.skin
|
// check if the script set the name of a skin to render in res.skin
|
||||||
|
|
Loading…
Add table
Reference in a new issue