Update: the problems lies with form_remote_tag. To get around it I use submit_to_remote for the extra submits. Thanks to all.
On Apr 3, 2:29 pm, Chris Shenton <[EMAIL PROTECTED]> wrote: > Rick Flosi <[EMAIL PROTECTED]> writes: > > You could alternatively have 2 submit buttons with the same name and > > different values and check the values no? > > I initially did this but found that the formencode validator got > confused and changed my button names on an non-validating form. So I > gave each a unique name. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
