On 3/17/06, PythonistL <[EMAIL PROTECTED]> wrote: > > Limodou, > Thank you for your reply. > And do you have any idea how FormWrapper should be used? > In my shop project I need to provide a feature to a user , when he > does/finish shopping to be able to check all items in his basket.In > other words, he will see all items he has put into the basket so far. > The form should be something like this: > > ################# > > Item1 Quantity1(input field so that the user can change > that) > Item2 Quantity2(input field so that the user can change > that) > Item3 Quantity3(input field so that the user can change > that) > ... > ... > ... > . I think what you want to deal with is a batch process, but not a single object. So you should custom your own manipulator, and process batch data in server end.
-- I like python! My Blog: http://www.donews.net/limodou NewEdit Maillist: http://groups.google.com/group/NewEdit --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---