This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user