<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/python/tags/formencode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 08:18:10 GMT</pubDate>
<item>
<title>(Python) FormAlchemy example with custom validator, renderers, forms - Pylons app - wackysalut</title>
<link>http://snipplr.com/view/13551/formalchemy-example-with-custom-validator-renderers-forms--pylons-app/</link>
<description><![CDATA[ <p>This is based on FormEncode 1.2 + two patches you get here:
 http://code.google.com/p/formalchemy/issues/detail?id=83
and here:
 http://code.google.com/p/formalchemy/issues/detail?id=84
(at this point, they might be included in the official release).</p> ]]></description>
<pubDate>Sun, 29 Mar 2009 09:28:25 GMT</pubDate>
<guid>http://snipplr.com/view/13551/formalchemy-example-with-custom-validator-renderers-forms--pylons-app/</guid>
</item>
<item>
<title>(Python) htmlfill and Pylons integration, form validation inside controller and Mako template example with i18n - wackysalut</title>
<link>http://snipplr.com/view/10194/htmlfill-and-pylons-integration-form-validation-inside-controller-and-mako-template-example-with-i18n/</link>
<description><![CDATA[ <p>These are code snippets from different files for a Pylons project that show a working (provided the environment) htmlfill example.</p> ]]></description>
<pubDate>Mon, 01 Dec 2008 22:21:37 GMT</pubDate>
<guid>http://snipplr.com/view/10194/htmlfill-and-pylons-integration-form-validation-inside-controller-and-mako-template-example-with-i18n/</guid>
</item>
<item>
<title>(Python) Full FormEncode + htmlfill example, with form and test values - wackysalut</title>
<link>http://snipplr.com/view/10049/full-formencode--htmlfill-example-with-form-and-test-values/</link>
<description><![CDATA[ <p>This simple example tests and shows off a fully working FormEncode (v1.2) example. I've had a hard time finding an example, so I now give it to you.</p> ]]></description>
<pubDate>Tue, 25 Nov 2008 19:09:58 GMT</pubDate>
<guid>http://snipplr.com/view/10049/full-formencode--htmlfill-example-with-form-and-test-values/</guid>
</item>
<item>
<title>(Python) FormEncode Email Address validation schema - ches</title>
<link>http://snipplr.com/view/3479/formencode-email-address-validation-schema/</link>
<description><![CDATA[ <p>model/form.py is a good place to put schemata in a pylons app: easy to build with inheritance and accessible to controllers via model.form.EmailForm, etc. See the link for further info on the _extra_fields options -- this one is intended for just two fields: a text field and submit button.</p> ]]></description>
<pubDate>Mon, 06 Aug 2007 22:55:49 GMT</pubDate>
<guid>http://snipplr.com/view/3479/formencode-email-address-validation-schema/</guid>
</item>
</channel>
</rss>