This commit is contained in:
Keith Donald
2008-04-21 22:38:36 +00:00
parent e092fccb78
commit 3c8179e92e

View File

@@ -380,7 +380,7 @@ public abstract class MvcView implements View {
}
public void setValue(Object context, Object value) throws EvaluationException {
throw new UnsupportedOperationException("Not supported");
throw new UnsupportedOperationException("Setting request parameters is not allowed");
}
}