[web2py] Re: how to use gluon Expose

2014-06-26 Thread Jim Karsten
I was experimenting with Expose this week and I came across similar problems. For example, if I click on a subfolder link, the page refreshes but still displays the contents of the base folder. After some digging, I think I found the problem. The code in Expose uses request.raw_args to

[web2py] Re: how to use gluon Expose

2014-04-21 Thread Massimo Di Pierro
Can you try: Expose(os.path.join(request.folder,'static','presse')) On Monday, 21 April 2014 06:01:42 UTC-5, Louis Amon wrote: Hi, I'm trying to expose a folder in my application, so I tried to use the Expose function as described

[web2py] Re: how to use gluon Expose

2014-04-21 Thread Louis Amon
It gets me the same result : broken links images On Monday, April 21, 2014 3:28:00 PM UTC+2, Massimo Di Pierro wrote: Can you try: Expose(os.path.join(request.folder,'static','presse')) On Monday, 21 April 2014 06:01:42 UTC-5, Louis Amon wrote: Hi, I'm trying to expose a folder in my