Re: Interface "Request"

2013-11-18 Thread Thiago H de Paula Figueiredo
On Mon, 18 Nov 2013 11:39:22 -0200, Wechsung, Wulf wrote: Hi, Hi! judging from the stack trace I think RequestGlobals actually returns a non-null proxy that NPEs because it's delegate is actually null. I don't think that's correct. You'll get an NPE if you inject Request directly. Re

Re: Interface "Request"

2013-11-18 Thread Dmitry Gusev
s a > non-null proxy that NPEs because it's delegate is actually null. > > Kind Regards, > Wulf > -Original Message- > From: Dmitry Gusev [mailto:dmitry.gu...@gmail.com] > Sent: Montag, 18. November 2013 13:45 > To: Tapestry users > Subject: Re: Interface &

RE: Interface "Request"

2013-11-18 Thread Wechsung, Wulf
users Subject: Re: Interface "Request" Hi, RequestGlobals.getRequest() should return null I think: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/RequestGlobals.html#getRequest() On Mon, Nov 18, 2013 at 4:40 PM, Wechsung, Wulf wrote: > Hi everyone, >

Re: Interface "Request"

2013-11-18 Thread Dmitry Gusev
Hi, RequestGlobals.getRequest() should return null I think: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/services/RequestGlobals.html#getRequest() On Mon, Nov 18, 2013 at 4:40 PM, Wechsung, Wulf wrote: > Hi everyone, > > I want to build a service that works transparently for