Hello All,
Remember that first example which made your entry to the wonderful
servlet world? The client pressed a button to get an html page from
servlet. I am somewhat back there. 

I want to add a couple of buttons at the server side, so that an admin
sitting at the server side may manually decide whether or not to grant
the request and press Grant or Deny button.

i tried using a private class (extending JFrame) inside the HttpServlet
class which defined a method to accomplish the above. The program
compiled fine but caused internal server error when requested from
client.

Any suggestion/alternative will be very much appreciated.

I am using Apache JServ with JDK.

-- 
Dr. Muhammad Masroor Ali
Associate Professor, Department of CSE
BUET, Dhaka-1000, Bangladesh

Consultant, n.:
    Someone who'd rather climb a tree and tell a lie than stand 
    on the ground and tell the truth.


--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to