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

2010-01-29 Thread weheh


On Jan 29, 1:40 pm, weheh richard_gor...@verizon.net 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 automatically set the
 controller to be the same controller that issued the select?

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@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.



[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 controller that issued the select?

-- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To post to this group, send email to web...@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.