Hi all,
I have this
applet that needs on load some info from Database. So im getting the parameter in applet - passing it to
servlet - then query from DB and then back to servlet and then to applet, to display information in applet. But for some reason my applet and servlet are not communicating...can some one please have a look at my code and tell me where am i going wrong..!!
This is in the get method of the servlet
This is in the init method of my applet
Please can some help me on it...! Thanxs in advance.