Re: when controller exceptions

2007-06-18 Thread [EMAIL PROTECTED]
On Jun 18, 10:17 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > I have a problem about the controller programing. > I have some java programming background, i like to include the > operation code block into a try-except block, so, i do the controller > method like this: > > def edi

when controller exceptions

2007-06-18 Thread [EMAIL PROTECTED]
Hi, I have a problem about the controller programing. I have some java programming background, i like to include the operation code block into a try-except block, so, i do the controller method like this: def edit(self, id): return_render = None try : # something for edit and dat