durusmail: quixote-users: quixote.form.form.Form, widget values, querystring containing "="
quixote.form.form.Form, widget values, querystring containing "="
2003-05-06
quixote.form.form.Form, widget values, querystring containing "="
2003-05-07
quixote.form.form.Form, widget values, querystring containing "="
Alex Li
2003-05-06
Hi,

I have a page that is a quixote form, with the URL of that page having a
querystring
attached to it (ex: www.mysite.com/form?email=alex).   I don't use the
querystring
for anything (yet), though any preset widget's value (ie, set in
self.add_widgets(value=...) in a Form) won't be rendered if a "=" sign is
presented
in the url.  But if you take out the "=" sign and replace it with %3D (ie,
url_quote("=")), it works and the widget's value is rendered.  Is this a bug?
The
"comment on this page" link on www.mems-exchange.org seems to know this
behaviour
and avoid the use of "=", so I think you guys know this.  Please enlighten me.

However, request.get_form_var() can return querystring too so it seems like this
is
a bug?

Thanks,
Alex


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

reply