the current formencode and htmlfill support is a bit... annoying

since it ships with pylons, its 'recommended', but i wouldn't
recommend it:
1- you can't validate a form outside of using the decorator
2- you can't pull an error or redirect outside of the decorator
3- it 'validates' but doesn't gatekeep - which is weird.  in most
situations you need to do something like "if not hasattr( c,
'form_result'): cause some error" at the beginning of each line.

there are a few different options floating around, and people have
been working on patching/fixing the formencode/htmfill support.  i
think there's hope in the future, but IMHO , for now I wouldn't
recommend anything.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to