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 open a connection in the applet that calls the corresponding action. In this action nothing is recieved or sent because if the connection becomes commited no forward is posible. In this way I do de findForward and it seems to work, in fact in the log file it is register as successful, but my navigator don't do anything, even if the action is forward or sendRedirect, I've tried both.

I'm not sure if it is a bug or not.

Thanks for all.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to