never mind on this. I was using .latest when I should be setting form [0][0][1][0]..... for the field instead
thx -wej On Apr 23, 9:45 am, Wes James <[email protected]> wrote: > I have; > > def atask(): > form=crud.create(db.task,onaccept=lambda form: > jDiv.set(jDiv.trigger('#target_totals','load'))) > form.latest.stime='some value' > return form > > When I am debugging (wingide), I see form.lastest.stime is set to the > value above, but when the page is refreshed the form field is blank. > > Any ideas why? > > -wj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" 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/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

