On Wed, May 12, 2010 at 6:26 AM, Haron Media <[email protected]> wrote:

>
> I'm still just learning both Python and Pylons, but it appears to me
> FormEncode is inadequate for my form needs. Seems like FormEncode was
> developed only to be used with "traditional" forms, ie. show form ->
> post data -> show back the form and error messages with HTMLFill |
> process ok.
>
> I don't want to use forms traditionally. I'm developing an application
> that has an AJAX interface, meaning forms are used only to edit or input
> new data, and the data is sent to the server via XHR. This also means
> that form processing controller responds with JSON or plaintext.
>
>
Not complete, but you might want to take a peek at this json friendly
@validate stuff:
http://positiveincline.com/?p=621

<http://positiveincline.com/?p=621>Rick

-- 
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