On Tue, 2007-10-02 at 02:17 +0000, voltron wrote: > I have a form that I use to capture and display user data, I would > like the user to submit the form, a controller saves the data and re- > render the filled in data in the same form, so I just redirect the > form to itself, strangely this does not work, is this the wrong way to > do this? >
Are you expecting it to automatically fill in the form? Pylons doesn't do that. formencode's htmlfill will do it for you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
