On 12/21/05, Mike Orr <[EMAIL PROTECTED]> wrote: > The other > potential areas are things that haven't stablized yet: forms, > identity, sessions, etc. Hopefully the final contenders will be > flexible enough to work for everybody, but if not, people need an easy > way to substitute their own,
For forms, the issue is whether @expose has has extra keywords to specify the form, validators, etc. If so, these should call a limited intermediate API rather looking deeply into the form object itself. This would allow an alternative form library to add just one object or set of methods to make itself @expose-compatible. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

