Re: [Webware-discuss] Example howto use FormEncode with Webware-1.1b1

2010-05-12 Thread Georg Balmer
Right now I have questions like:

What's needed to get the basic example in an application?
-

. elaborate examples Fields OK-exit

. References to helpful documentation like
.. The Definitve Guide to Pylons (James Gardner): Chapter 6
...

Will be nice to have everything in one place on the wiki.

Regards
Georg

-
Am 11.05.2010 23:09, schrieb Christoph Zwerschke:
 Am 11.05.2010 13:33 schrieb Georg Balmer:
 Next step is your SchemaBuilder suggestion.

 Just tried it, but it doesn't seem to be very useful since you cannot
 specify and validator arguments, and I had to fix some things first (see
 http://bitbucket.org/cito/formencode/changeset/e39881f76131).

 I've added the examples to our Wiki now:
 http://wiki.w4py.org/webwareandformencode.html

 -- Christoph

 --

 ___
 Webware-discuss mailing list
 Webware-discuss@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/webware-discuss



--

___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Example howto use FormEncode with Webware-1.1b1

2010-05-12 Thread Christoph Zwerschke
Am 12.05.2010 10:00 schrieb Georg Balmer:
  . elaborate examples Fields OK-exit

That's simple, just add names to your submit buttons and check them with 
the hasField() method.

Actually I'm not using FormEncode with Webware, so I cannot contribute 
any best practices to the Wiki, but the Wiki is editable by anybody.

It would be nice if we could add a standard form validation and 
generation plugin to Webware, though. There had been some attempts in 
the past with FunFormKit and FormKit4Python, but nothing ever got 
integrated and they are not maintained any more.

-- Christoph

--

___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


Re: [Webware-discuss] Example howto use FormEncode with Webware-1.1b1

2010-05-12 Thread Georg Balmer
What do I want? (random work in progress)

[1]
Development path to port Webware applications using FunFormKit
to Webware-1.1 and FormEncode + WebHelpers + ...
with existing and new tools.

[2]
Development path for new Webware(?) applications
with existing and new tools.

[3]
The target platform (at the time) for these applications is:
. Linux CentOS
. Apache
. Python 2.4
. MySQL 5.0

[4]
Documentation using Sphinx.

To do [1] in a form that can be published on the Webware Wiki somebody must
proofread my code and text. I am not a writer nor a very talented programmer.

In doing [1] I gain the experience and knowledge to do [2].

My next steps are:

. Using Webhelpers to generate the forms.
.. first steps
.. input specifications (repository in DB)


Regards
Georg

---
Am 13.05.2010 00:33, schrieb Christoph Zwerschke:

 Actually I'm not using FormEncode with Webware, so I cannot contribute
 any best practices to the Wiki, but the Wiki is editable by anybody.
 
 It would be nice if we could add a standard form validation and
 generation plugin to Webware, though. There had been some attempts in
 the past with FunFormKit and FormKit4Python, but nothing ever got
 integrated and they are not maintained any more.

 -- Christoph

 --

 ___
 Webware-discuss mailing list
 Webware-discuss@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/webware-discuss



--

___
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss