Index: lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java,v diff -u -r1.16 -r1.17 --- lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java 9 May 2007 01:01:27 -0000 1.16 +++ lams_monitoring/src/java/org/lamsfoundation/lams/monitoring/web/GateAction.java 29 May 2007 04:40:58 -0000 1.17 @@ -230,6 +230,13 @@ DynaActionForm gateForm, Activity gate) { + // reset all the other fields, so that the following code only has to set up its own values (LDEV-1237) + gateForm.set(READ_ONLY, Boolean.FALSE); + gateForm.set("gate",null); + gateForm.set("waitingLearners",null); + gateForm.set("startingTime",null); + gateForm.set("endingTime",null); + //dispatch the view according to the type of the gate. if ( gate != null ) { if(gate.isSynchGate())