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.
For a regular action to show some new page, use show_action or index_action Is that the issue? Tom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
