On Dec 10, 12:51 pm, Berco Beute <[EMAIL PROTECTED]> wrote: > Thanks. There are no non-field errors though. Outputting the incoming > request object shows the error: > > orderLineForm is invalid: <tr><th><label for="id_Tickety tick- > product">Product:</label></th><td><ul class="errorlist"><li>This field > is required.</li></ul><select name="Tickety tick-product" > id="id_Tickety tick-product"> > > The 'product' is required it says, but I just set it 2 lines before...
Perhaps it's the space in your form prefix ("Tickety tick") that's causing this. Try str(prod.pk) wherever you are currently using str (prod). -Rajesh D --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---