Re: Simple Web forms to create an EO object
Re: Simple Web forms to create an EO object
- Subject: Re: Simple Web forms to create an EO object
- From: Dirk Bajohr <email@hidden>
- Date: Wed, 4 Aug 2004 17:33:14 +0200
Am 04.08.2004 um 16:55 schrieb Tanmoy Roy:
my take is choice 1 is good enough.
Actually you can implement validateFailedWithException method in your
form so that whenever there is some errors it will give some exception
to the user. To catch nulls you can implement validate<FieldName>()
mwethod inside the EO classes.
And if you create constraints in your EOModel (FieldName not null) you
don't even need to write the validate<FieldName>() methods.
Cheers,
Dirk
--
Dirk Bajohr
iSOLUTION - Individuelle Software fuer moderne Kommunikation
Hauptstr. 50
53757 Sankt Augustin
T +49 2241 921567-0
F +49 2241 921567-89
http://www.isolution.de
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.