I would suggest you to have a look at the form.serialize() jquery function , very handy for getting every form control serialized in one shot.
carlo On 16 Mag, 18:13, Jason Brower <[email protected]> wrote: > Yeah, that was my thought, use jquery.form.js and and a method to reload > the list. json I am still getting used to. But it sounds catchy! > -- > Jason (or is it json) > > On Sat, 2009-05-16 at 07:06 -0700, carlo wrote: > > my 2 cents: I would make an ajax get/post with a callback function > > which serves the updated html or json data. This is what I usually do > > to populate dynamically selects controls. > > > carlo > > > On 16 Mag, 15:54, Jason Brower <[email protected]> wrote: > > > I have a form that added items to a list that I have listing on the > > > right of the form on the same page. > > > When I add the item it says the item was added successfully, but I don't > > > see the item until I refresh the page. What would you do? > > > Regards, > > > Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

