Re: Over my head with descriptors

2006-12-16 Thread Christian Kastner
Tim Roberts wrote: > "Sarcastic Zombie" <[EMAIL PROTECTED]> wrote: >> Code included below. >> >> Basically, I've created a series of "question" descriptors, which each >> hold a managed value. This is so I can implement validation, and render >> each field into html automatically for forms. >> >> M

Re: Over my head with descriptors

2006-12-16 Thread Christian Kastner
Sarcastic Zombie wrote: > Code included below. > > Basically, I've created a series of "question" descriptors, which each > hold a managed value. This is so I can implement validation, and render > each field into html automatically for forms. > > My problem is this: every instance of my "wizard"