I solved the problem this way:

1. Writing a servlet for a new page
      DisplayFile.java

2. Calling the servlet in ActionClass
      DisplayFile df = new DisplayFile();
      df.doGet(request, response);

      forward = null;


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to