Re: [web2py] Problem With New Router

2011-03-16 Thread Ross Peoples
Yep, you're right. I did it wrong. I should have known to use args=. Thanks. On Mar 16, 2011, at 2:06 PM, Jonathan Lundell wrote: > On Mar 16, 2011, at 10:48 AM, Ross Peoples wrote: >> Jonathan has done some awesome work with routing, and I hit my first >> problem. I have a table called auth_us

Re: [web2py] Problem With New Router

2011-03-16 Thread Jonathan Lundell
On Mar 16, 2011, at 10:48 AM, Ross Peoples wrote: > Jonathan has done some awesome work with routing, and I hit my first problem. > I have a table called auth_user_extended, which I use to store extended > information not included in the default auth_user table. One of the fields in > this table

[web2py] Problem With New Router

2011-03-16 Thread Ross Peoples
Jonathan has done some awesome work with routing, and I hit my first problem. I have a table called auth_user_extended, which I use to store extended information not included in the default auth_user table. One of the fields in this table is an upload field called picture. The actual file in th