Re: pyramid + deform: default values and values from request

2012-10-04 Thread Simone Orsi
ok, it look like I was too tired yesterday night :) It doesn't work with default schema but with the deferred one it works smoothly. Sorry for the noise :P Anyway, I wonder if this should not be a default behaviour: if the form renderer find a 'request' element just try to get the value

pyramid + deform: default values and values from request

2012-10-04 Thread Simone Orsi
Hi all, I'm quite new to pyramid and deform and I'm trying to achieve something very simple that I suppose should work OOTB but I can't get it working. I have a simple schema-based form and I want the fields to get the selected value from the request once submitted. Here's the schema: