Re: IFormComponent questions

2007-03-29 Thread Jesse Kuhnert
No ...IFormComponent is only meant to be implemented (generally speaking) by components that have some sort of direct form input counterpart in the browser. Ie things that need to get at submitted form data and do things with it. On 3/27/07, Martino Piccinato <[EMAIL PROTECTED]> wrote: Is IFormC

IFormComponent questions

2007-03-27 Thread Martino Piccinato
Is IFormComponent interface intended to be used also for form "chunks" meaning for components representing certain input fields aggregation? Imagine we have a ContactForm component used in different pages to gather phone numbers, emails etc (just simple a simple TextField components aggregate) usi