Andreas, i found the reason for my problems. It's my mistake, i'm using a jar
file build with an old version of qooxdoo. My apologies and thank you very much
for your time.
Regards,
Agustin
-
This SF.net email is sponsored
Hi Agustin,
Am 19.04.2007 um 16:49 schrieb Agustin Almonte:
> Hi, thanks for your reply. I'm using qooxdoo 0.6.6, and my problem
> is that
> enviroment variable is null when method is call.
Which method are you talking about? setQooxdooEnvironment() or
someRemoteMethod()?
My guess is that y
Hi, thanks for your reply. I'm using qooxdoo 0.6.6, and my problem is that
enviroment variable is null when method is call. Should i force environment
setter method... how can this be done?
thanks in advance.
Agustin Almonte
--
Hi Agustin,
Am 19.04.2007 um 03:53 schrieb Agustin Almonte F.:
> Hi, i need to access rpc remote service session. I looked in
> qooxdoo documentation and found this code example.
>
> package my.package;
>
> import javax.servlet.http.HttpSession;
>
> import net.sf.qooxdoo.rpc.Environment;
> impo
Hi, i need to access rpc remote service session. I looked in qooxdoo
documentation and found this code example.
package my.package;
import javax.servlet.http.HttpSession;
import net.sf.qooxdoo.rpc.Environment;
import net.sf.qooxdoo.rpc.RemoteService;
import net.sf.qooxdoo.rpc.RemoteServiceExcep