Hi Rangi,

You should set values to '' in the exception handler like this:

            except:
                values = ''
                flash = "Not valid edit"

obviously you have an exception because your user id is false and not
found so since you return a value you should set it to something...

Florent.

On 7/16/07, Rangi Sutton <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
>
> Perhaps someone could help me past this small enigma. I'm attempting

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to