Re: Communication applet-servlet, how to do a forward.

2003-06-17 Thread godello
Thanks! I was terribly confused. It was too simple... sometimes I can get a complex solution when the simple one is the best. Thanks a lot for wake me. Reinhard Nägele wrote: This is not a bug. The applet creates a request and receives the response. The browser doesn't know anything about

Communication applet-servlet, how to do a forward.

2003-06-16 Thread godello
Hello! I'm developing an application with communication between applet and front-controller (that calls the corresponding Actions). No problem here, I do that with response.getOutputStream... , works! The problem comes here: I want to do a forward, with the corresponding action. For do that I