try:
#do something
except Exception, e:
response.flash = "Error occured %s" % str(e)
On Sat, Sep 17, 2011 at 9:26 AM, Vineet wrote:
> Regarding user data validation, I am comfortble with client-side
> validation.
> I also have server-side customized validation routines.
> I am aware that
Regarding user data validation, I am comfortble with client-side
validation.
I also have server-side customized validation routines.
I am aware that a token is issued for an error.
Whenever an exception is raised server-side, what is the simplest way
to show it in a messagebox or a DIV (maybe in "f
2 matches
Mail list logo