On Mar 4, 12:25 pm, Tom Locke <[email protected]> wrote: > Not sure if this is your issue, but web_method is intended for actions > that do something, rather than just pages, so it's routed on POST only.
That would explain it. > > For a regular action to show some new page, use show_action or > index_action What through me was the lack of "new_action" -- since that's what I'm adding. However, now that I think it through, a "show_action" would work. And it does! thanks, Bryan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en -~----------~----~----~----~------~----~------~--~---
