Often, after a user POST, I want to end by redirecting to a URL. Sometimes I want to pass along a status message and have that displayed on the target URL page.
My first thought is to 1. pass the message as url-query-arg - web.found(target + '?msg=$msg) 2. have a handler in the base layout - $if msg.... But: a. is this a bad security risk? b. if not, what am I missing as the process for catching the msg in the base layout? Backtrace shows that the msg is there within request/input but seem to need some with/import/whatever to get access to it.... thx -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy. For more options, visit https://groups.google.com/groups/opt_out.
