[web2py] Re: hello3.xml question

2012-12-20 Thread villas
Hi Lucas, Yes, just make the generic_patterns as restrictive as poss; it is there mainly for security. On Thursday, December 20, 2012 4:16:29 AM UTC, lucas wrote: > > oh yeah, that worked absolutely great. thank you so much. so cool, data > can be stripped and sent so many different ways. s

[web2py] Re: hello3.xml question

2012-12-19 Thread lucas
oh yeah, that worked absolutely great. thank you so much. so cool, data can be stripped and sent so many different ways. so sweet. lucas --

[web2py] Re: hello3.xml question

2012-12-19 Thread villas
This may help... In db.py: response.generic_patterns = ['*.xml'] See this: http://web2py.com/books/default/chapter/29/10#Generic-views On Wednesday, December 19, 2012 10:31:58 PM UTC, Derek wrote: > > Yeah, I got the same issue as you. I have a site called 'customers2' and a > controller 'cu

[web2py] Re: hello3.xml question

2012-12-19 Thread Derek
Yeah, I got the same issue as you. I have a site called 'customers2' and a controller 'customer' and a function 'index' - when i add a '.xml' onto 'index' i get this: invalid view (customer/index.xml) On Wednesday, December 19, 2012 2:38:36 PM UTC-7, lucas wrote: > > hello one and all, > > i am