Any Web Framework with Form Library

L

Lothar Scholz

Hello,

is there any framework that makes it easier to write non trivial
forms. In the python world i like the FunFormKit which makes it easy
to define validators and helps me building the web-based GUI.

Any way to integrate such a thing with Amrita or an Amrita like (pure
HTML) template engine ?
 
K

Kirk Haines

Hello,

is there any framework that makes it easier to write non trivial
forms. In the python world i like the FunFormKit which makes it easy
to define validators and helps me building the web-based GUI.

Any way to integrate such a thing with Amrita or an Amrita like (pure
HTML) template engine ?

Cerise, which uses Amrita for templates, has such a thing, if I recall
correctly. I'm working on such a thing for Iowa, but it's not ready for
even a private peekaboo release, yet.


Kirk Haines
 
E

Eric Hodel

--0H629O+sVkh21xTi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Hello,
=20
is there any framework that makes it easier to write non trivial
forms. In the python world i like the FunFormKit which makes it easy
to define validators and helps me building the web-based GUI.

Borges has that.

--=20
Eric Hodel - (e-mail address removed) - http://segment7.net
All messages signed with fingerprint:
FEC2 57F1 D465 EB15 5D6E 7C11 332A 551C 796C 9F04


--0H629O+sVkh21xTi
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQFA4ZahMypVHHlsnwQRAjxvAKCDv1g1zGwmW5Oc96z0Uf3+GiMUuACdHI7X
7JFBictZwb7kS/y1yVH0WNI=
=oByI
-----END PGP SIGNATURE-----

--0H629O+sVkh21xTi--
 
G

Gavin Kistner

is there any framework that makes it easier to write non trivial
forms. In the python world i like the FunFormKit which makes it easy
to define validators and helps me building the web-based GUI.

Mine is not used by anyone I know (including me), but:

See the ValidForm library at http://phrogz.net/RubyLibs/
 
M

Martin DeMello

Gavin Kistner said:
Mine is not used by anyone I know (including me), but:

See the ValidForm library at http://phrogz.net/RubyLibs/

That looks pretty neat - did it prove not to be useful in practice or
have you just not had any occasion to use it yet? Also how about other
output formats? For example a version emitting tk would be great for
quickly throwing together a small gui frontend to collect options to a
complex unix command or dotfile.

martin
 
G

Gavin Kistner

That looks pretty neat - did it prove not to be useful in practice or
have you just not had any occasion to use it yet?

I just haven't had occasion to use it yet. (The Ruby web project I was
building it in anticipation of has been much-delayed.) It worked nicely
in my tests.

Also how about other output formats?

Be my guest! Different output is precisely why I kept the to_html
method decoupled from the main library in its own file. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,148
Messages
2,570,834
Members
47,380
Latest member
AlinaBlevi

Latest Threads

Top