Hi, all.
I've been using dAlchemy's FormKit, and until now, all
has been well.
Today, I was writing a servlet to display multiple forms,
and I start getting some weird behavior.
I need to create a number of forms that depend on how
many objects there are to modify. If there are 3, there
need to be 3 forms, one of which will be used.
At first, my servlets were creating extra forms for
each form I create in awake() on every refresh of the
page. This suggests that the forms themselves were
persisting through sleep(), so I added a statement to
delete self._forms, but now the form never seems to be
successful.
Is there a right way to handle variable numbers of
anonymous forms with FormKit, or should I try to
shove all possible objects into one form?
--
Randall Randall <[EMAIL PROTECTED]>
"When you advocate any government action, you must first
believe that violence is the best answer to the question
at hand." -- Allen Thornton
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss