Hi there,

I am thinking about the processing of form values since a while. This
is my scenario:
There is a Elixir-model in my application which contains a lot of
fields and different kinds of relations. The fields change from time
to time, and it's a lot of work to always change the model first, then
adjust the controller and in the end change the template that contains
that input mask.
What complicates the setting a bit is, that i work heavily with
autocompletion fields, means, there is e.g. a manytomany-relation
between the central object and sub-objects, and the user may enter
arbitrary values which have to be processed (create a new related
object if it does not exists, otherwise choose an existing).

Basically I'm looking for a way to automatically reflect the data
model, create a customizable form of it (which is not essentially
necessary) and - and this is really important - handles the controller
logic and validates and saves the data.

Any hints appreciated.

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