I need this solution too... Maybe with some help from javascript? Some
days ago testing various appliances from the repository I encountered
an example of submit button, when clicked it will open a dialog with a
personalized message. I will try to find it again...

(the typical flash response however is best, though)

On Sat, Jun 19, 2010 at 6:23 PM, Julius Minka <j...@minka.sk> wrote:
> def form():
>    form=SQLFORM.factory(
>       Field('name', requires=IS_NOT_EMPTY()))
>    if form.accepts(request.vars, session):
>        response.flash = 'form accepted'
>    else:
>        response.flash = 'form has errors'
>    return form
>
> Flash is not displayed in this place, elsewhere is working. Why?
> Or, how let user know about the result of form submission?

Reply via email to