[web2py] Re: crud newbie question regarding update [ALMOST THERE]

2010-01-29 Thread weheh
OK, I see the problem. The .id link created by crud.select points to the default controller. I need it to point to admin. What's the method for informing crud to do that? Obviously, I can do a redirect, but that seems kludgy. Why wouldn't crud.select automatically set the controller to be the same

[web2py] Re: crud newbie question regarding update [ALMOST THERE]

2010-01-29 Thread weheh
On Jan 29, 1:40 pm, weheh wrote: > OK, I see the problem. The .id link created by crud.select points to > the default controller. I need it to point to admin. What's the method > for informing crud to do that? Obviously, I can do a redirect, but > that seems kludgy. Why wouldn't crud.select auto