define the form its own validation outside an controller (ugly) or
put the form in its own iframe or div with its own controller, like
you login in google checkout and other apps.
Massimo
form.accepts(request.vars,formname=None)
do not pass session.
Massimo
$ python shell.py test
(InteractiveConsole)
>>> form=FORM(INPUT(_name='test'))
>>> form.accepts(request.vars,formname=None)
True
>>> form.xml()
'<form enctype="multipart/form-data" method="post"><input name="test"/
></form>'
No hidden formname field.
Massimo
<table xx>"
Massimo
Massimo