Jeff Watkins <[EMAIL PROTECTED]> writes: > I didn't realise that putting the Identity model into a different registry > would make them unavailable to an app developer's model. This seems like a > major flaw.
It's a big inconvenience. > Is there no way to uniquely identify a class using SQLObject? Sort of like > using fully qualified names in Java? I didn't get your question, but every class is uniquely identified. You have packagename.subpackage.class identifying it. You can't have two "User" classes in the same namespace... I think I missed your point, though... -- Jorge Godoy <[EMAIL PROTECTED]>

