public void execute() throws Exception {
PrintWriter out = response.getWriter();
try {
if (! request.isAuthorized()) {
throw new InvalidSessionException();
}
// Facade calls must come before using out
IteratorDsk repTP = facade.getComplaintList();
out.println(HTMLCode.open("Queries - Complaint information"));