All the examples that I've seen about
Applet to
servlet communication is in two ways, I mean it always has to be from the applet to the servlet and from the servlet to the applet.
My problem is that in my project I have to send some data to the Servlet and then the Servlet has to take the controll of everything, it isn't necesary to return to the applet, instead the Servlet has to make a mapping.findforward to another action....
If what I want to do is possible, please give some ideas about this....