Pbm. in setting the parameter for an applet in servlet...

2000-12-18 Thread Subha Gowri K V
Hi, We have a problem in passing parameter to an applet which is called by a servlet. 1. In servlet we are setting the param like : out.println("APPLET CODE=ResultApplet.class CODEBASE=\"http://hostname/dir\"" + " WIDTH=50 HEIGHT=100"); out.println("ALIGN=TOP");

RE: Pbm. in setting the parameter for an applet in servlet...

2000-12-18 Thread Kitching Simon
I can see a typo in there - you don't have a "" before PARAM To check the output of your servlet, are you running it, using "view source", saving the results then trying to run *that*? This procedure will ensure you are testing exactly what your servlet is generating... -Original