Most likely, you have the results stored in a variable that should be declared in a do method, and not as you have it done now, i.e.
 
 
 public class Yad12 extends HttpServlet implements SingleThreadModel {

  String s;
  int n;
  String p;
  boolean found; 
  ResourceBundle rb = ResourceBundle.getBundle("LocalStrings"); 
  ...
   

Reply via email to