On Thu, 3 May 2007 at 14:54, Denny wrote: > I've reviewed the links you included, and focused in on a statement > that 'values' must be a dictionary: > As a test, I modified return statement to 'hardcode' some values as > shown here: > > return dict(form=enter_sandbox_data_form, action='/ > set_sandbox_data', > > values=dict(researcher_name='Denny',researcher_email='[EMAIL PROTECTED]'), > title='Enter Sandbox Data', > id=self.sandboxID) > > This too had no impact. the displayed form continues to be blank!
I'd suggest you build a minimal test case (one field) based on the docs and see if that works for you. If it doesn't, post that code (widget/form, controller and template) and I'll run it myself and see if I can figure it out. --David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

