pass param

2001-04-14 Thread Siling Zhang
Hi! Everyone, if I pass a param like this: How can I get the value of param1 in MyApplet.java? Siling >

RE: deployment

2001-02-23 Thread Siling Zhang
you simply deploy your > >Servlet.class file to the > >default directory which I think is > >/orion/default-web-app/WEB-INF/Classes. > >Assuming you put it in the default directory, your servlet should get > >invoked when you click on the form's submit button.

deployment

2001-02-23 Thread Siling Zhang
Does anyone know how to deploy a servlet and html form page on orion? What should go into the Action=" " on the html form? Siling lesson1.zip