|
From: <jpa...@gm...> - 2005-07-18 18:49:15
|
Hi!
I'm interested in FormEncode and how I can validate SQLObject attributes.
I mean, if I have two SQLObject classes:
class A(SQLObject):
a =3D StringCol()
class B(SQLObject):
b =3D StringCol()
a =3D ForeignKey('A')
How can I validate the 'a' attribute of 'B' class?
Thanks,=20
--
JP
|