> To be a little dramatic: A 100k line project where 50% of forms are
> generified and the other are using casts doesn't seem very nice.

But if you would find the need to cast the model object of a component
(form), that's the time to use the generic version. So you'd only use
the non-generic versions when you don't do anything interesting with
the model (or don't use it at all).

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to