but i get an empty page if i try 
http://127.0.0.1:8000/2busy/default/data/project/select.xml

here the code in my model:
from gluon.tools import Mail, Auth, Crud, Service     # new in web2py
1.56
service = Service(globals())

crud = Crud(globals(),db)

def data(): return crud()



On 12 Jun., 15:40, DenesL <denes1...@yahoo.ca> wrote:
> See example in cookbook2 slide 50.
>
> Cookbook2:http://groups.google.com/group/web2py/msg/fcd6aa1687410501
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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