What was the intention of the following ?
175 if (isFinished()) 176 resp.setSuspended(true)
since
137 public boolean isFinished() {
138
139 return resp.isSuspended();
140
141 }Thanks, Arvind
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
