To me. The second option seems better.
Why? Because the intent is clearer.
Type: Posts; User: huherto; Keyword(s):
To me. The second option seems better.
Why? Because the intent is clearer.
This is the log of single request. I think is should have created an HttpSession.
DEBUG org.springframework.security.context.HttpSessionContextIntegrationFilter - No HttpSession currently exists...
I am implementing token based RememberMe. I am using GWT with some AJAX type of calls so I have to do some adjustments to the vanilla set up.
These are my symptoms:
I can log in typing username...
I also wrote this class for the LoginDialog.
package com.myproject.client.security;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import...
I am implementing GWT with Acegi.
I am using this service which I took from gwt-ent. I think it should already be part of acegi but I haven't found anything similar:
public class...
That's right Marcus. It is the same problem.
What I think is happening is that the inner class has a hidden reference to the outer class "PetTypeBinder.this". But that is not initialized until...
Ok, I think I know where the problem is. It seems to be that when the anonymous inner class is constructued it calls getValueModel() which uses "PetTypeBinder.this". But this is null since it is...
I've been looking at this problem. It is straange, but I have the feeling that it has something to do with using "petTypes" within an anonimous inner class. But I guess I would have to read a little...
Hi, my name is Humberto. I am starting out with the spring richclient and I am looking at the petclient demo. I am getting a NPE when clicking on a Pet.
The stack trace is this:
2006-05-04...