Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jul 2016 15:43:49 -0300, Lherm Nicolas wrote: Yes i already use this one too. But I didn't saw any change Could you post the whole code related to this? Otherwise, I'm not sure how to help you further. Le 6 juil. 2016 à 20:03, Thiago H de Paula Figueiredo a écrit : On We

Re: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
Yes i already use this one too. But I didn't saw any change > Le 6 juil. 2016 à 20:03, Thiago H de Paula Figueiredo a > écrit : > >> On Wed, 06 Jul 2016 10:51:24 -0300, Lherm Nicolas wrote: >> >> I also put a test in the event request to verify if the environment was null >> but it was usele

Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jul 2016 10:51:24 -0300, Lherm Nicolas wrote: I also put a test in the event request to verify if the environment was null but it was useless: if (environment.peek(EnumCorgamo.class) == null) { environment.decloak(); environment.push(EnumCorgamo.class, cor

RE: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
I also put a test in the event request to verify if the environment was null but it was useless: if (environment.peek(EnumCorgamo.class) == null) { environment.decloak(); environment.push(EnumCorgamo.class, corgamo); } De : Lherm

Re: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
Yes it is only in the event request. > Le 6 juil. 2016 à 15:32, Thiago H de Paula Figueiredo a > écrit : > >> On Wed, 06 Jul 2016 06:31:19 -0300, Lherm Nicolas wrote: >> >> I already pushed the corgamo value into the environment as I mentioned before > > Did you that in the *event* request?

Re: Environmental not avaible during action

2016-07-06 Thread Thiago H de Paula Figueiredo
On Wed, 06 Jul 2016 06:31:19 -0300, Lherm Nicolas wrote: I already pushed the corgamo value into the environment as I mentioned before Did you that in the *event* request? Doing that in the page render request doesn't make it available for other requests, such the event one. -- Thiago H.

RE: Environmental not avaible during action

2016-07-06 Thread Lherm Nicolas
I already pushed the corgamo value into the environment as I mentioned before but as I saw in debug mode, the environment contains the enum class but I still have the same error wich says that there is no environment.. I saw that in the environment class there is the cloak() and decloak() metho