I tried this but now I see I had made a typo and this is why it wasn't going
to work

thank you

-- 
Kuba


On Tue, Nov 10, 2009 at 3:49 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> edit routes.py and write
>
> routes_in=[('/CallerWantsCustomerService,$arg1,$arg2',
>            '/myapp/default/CallerWantsCustomerService/$arg1/$arg2')]
> routes_out=[('/myapp/default/CallerWantsCustomerService/$arg1/$arg2',
>             '/CallerWantsCustomerService,$arg1,$arg2')]
>
> You may need to map more than this one URL.
>
>
> On Nov 10, 7:17 am, Kuba Kucharski <kuba.kuchar...@gmail.com> wrote:
> > hello, web2py
> >
> > i am dealing with a device whis is calling urls like:
> >
> > host_ip/CallerWantsCustomerService,arg1,arg2
> >
> > how do I map them into standard web2py
> >
> > host_ip/myapp/default/CallerWantsCustomerService/arg1/arg2
> >
> > I guess this is easy, maybe someone already answered this question, could
> > you please point me to the link/manual etc..
> >
> > --
> > Kuba
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to