On 2/8/06, Michele Cella <[EMAIL PROTECTED]> wrote: > > Simon Belak wrote: > > > PS > > > Why many people are still using @expose and not @validate for forms and > > > validators? :D > > > > Because we are set in our ways I suppose. :) > > It might not be a bad idea to mark @expose(validators=...) as deprecated? > > > > Mmm, ask Kevin about this. > IMHO yes, I also think that support for any deprecated feature should > be removed at some point (for example at 1.1, after you advised this > with deprecation warnings during 1.0) or you will have to support a lot > of them at some point. Anyway I never managed a project so that could > be a wrong impression.
I suppose we probably should deprecate those parameters in favor of @validate. I was thinking that it wasn't really causing a problem having the old way there, but it is a few more lines of code to maintain and extra confusion with there being two ways of doing something. Kevin

