set the name of the action in the request object

when executing an action.
This commit is contained in:
hns 2001-12-07 12:38:31 +00:00
parent 2574442456
commit 93eb5c9750

View file

@ -340,6 +340,10 @@ public class RequestEvaluator implements Runnable {
try {
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]);
// check if the script set the name of a skin to render in res.skin