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
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
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
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
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?
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.
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