diff --git a/src/helma/framework/RequestTrans.java b/src/helma/framework/RequestTrans.java index 120745ae..2bc6ffa4 100644 --- a/src/helma/framework/RequestTrans.java +++ b/src/helma/framework/RequestTrans.java @@ -28,6 +28,9 @@ public class RequestTrans implements Externalizable { // when was execution started on this request? public transient long startTime; + // the name of the action being invoked + public transient String action; + static final long serialVersionUID = 5398880083482000580L; /**