Dear Sir,

I would like to use the powerful Deform library to make "dynamic forms". 
"Dynamic" merely means: show (via colander.SequenceSchema or 
colander.String) instanciated keys of a long dictionary.
I make for that a schema that is built "online". This works fine for simple 
schema (not SequenceSchema) where appstructs can be rebuilt via POST data.
But when I use SequenceShema, I must retain the built schema object to 
build the appstructs more complex than above.
To retain the schema, I use a local server dictionary to put the schema 
object where the key is a session variable.

Perhaps a good thing is the possibility to flattening the schema itself 
(then: json-ize it and put the result in a cookie...).
Thanks for these marvelous tools!
Richard
 

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-discuss/-/9qn7Wqh22BQJ.
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