On Sat, 2003-03-29 at 17:38, Luke Opperman wrote:
> First, a tiny bug: Field.py line, ImageSubmit class, htInput
> method: the html.input attrs has "src" misspelled as "srg".
> I'd also like ImageSubmit to take an option "imgSrc" to
> override the initial imgSrc. 

Okay, done in CVS.

> Second, completely unrelated: the recurring problem of
> rendering two separate forms on the same page at the same
> time. We believe we have a solution! :)

It hasn't been working for you?  As long as you give both the forms
different names, it should work okay.  Well, there may be bugs, but I
don't think any more interface should be required.

Each form puts a _formID_ hidden variable in the form, so only one
_formID_ should show up on a submit, which is what processForm looks
for.  So it will only ever process a single form... if more than one
_formID_ shows up it should just barf, so there won't be double submits.

What's the problem you're having with this?

  Ian




-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to