|
problem with ServletRequest request.getInputStream
I'm trying to implement the Front Controller paradigm , but I'm unable to communication with my applet on the client machine
the ServletRequest request.getInputStream method always returning empty input stream
any idea ??
|