Hi Christoph,

My way to "validate" forms in webware is using formencode, I created a
FEComponent that validates a form following a predefined schema and
rewrite the page body to replace <form:error variables with the proper
error message.

To "generate" the form I use cheetah by hand. I think use FunFormKit
to validate forms isn't a good idea because it is not update anymore
(am I right?).

I think formencode should have a method of writing html from form
definition, most like the newforms library from django. Then you can
use the schema you defined to show up your form.

Best regards,

-- 
Michel Thadeu Sabchuk
Curitiba - Brasil

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to