i said that it worked since it seemed to move onto another error however it appears that the value for the 'form' key needs to be a string as it throws an error about the passed function not having the 'replace' method.
I tried passing as a string but no dice. brendan On 6/20/07, Brendan Arnold <[EMAIL PROTECTED]> wrote: > yah it does, after 'from <myapp>.controllers.person import PersonController' > > thanks! > > brendan > > On 6/20/07, Graham Stratton <[EMAIL PROTECTED]> wrote: > > > > On Jun 20, 2:46 pm, "Brendan Arnold" <[EMAIL PROTECTED]> wrote: > > > Is there a way to get the validate decorator to refer to an action > > > that displays the form in a _different_ controller? > > > > > > the form option seems only to allow the listing of an action name > > > > Does this work for you? > > > > form="PersonController().personsearchform" > > > > Regards, > > > > Graham > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
