On Apr 6, 2008, at 1:56 AM, Guido Neitzer wrote:
On 05.04.2008, at 22:34, Kevin Windham wrote:
I'm getting an error that I can't figure out. The message is:
"There is no key 'user' for the keypath 'session' in HSCWrapper."
In my Session.java file I have this.
public User user;
This code wa
I'm guessing that the Session class that your application is using is
NOT _your_ Session class but a Session class from one of the
frameworks you are using.
Xcode didn't use packages, but when you migrated to WOLips, you
probably did put your classes in packages (as you should). Since and
I'm getting an error that I can't figure out. The message is:
"There is no key 'user' for the keypath 'session' in HSCWrapper."
In my Session.java file I have this.
public User user;
This code was working fine before the migration. When I reenter the
binding, session.user, I can use autocom