Hi, Just wondering why FieldProperty is not used in the example apps (grokwiki and grokstar). Without it setting attributes is not validated - eg I can set myobj.title = 'Non unicode string' but when I use FieldProperty in the traditional manner then WrongType error is raised as I would expect. Regards, Darryl