diff --git a/src/helma/framework/ResponseTrans.java b/src/helma/framework/ResponseTrans.java index 326a5169..8d5760f5 100644 --- a/src/helma/framework/ResponseTrans.java +++ b/src/helma/framework/ResponseTrans.java @@ -35,10 +35,10 @@ public class ResponseTrans implements Externalizable { */ public int status = 0; - /** - * Used for HTTP authentication - */ - public String realm; + /** + * Used for HTTP authentication + */ + public String realm; // name of the skin to be rendered after completion, if any public transient String skin = null; @@ -60,6 +60,9 @@ public class ResponseTrans implements Externalizable { // these are used to implement the _as_string variants for Hop templates. private transient Stack buffers; + // the path used to resolve skin names + public transient String skinpath = null; + static final long serialVersionUID = -8627370766119740844L; /**