It seems no luck for me.

I got following output when I submit my first form
    []
    <Storage {'_formkey': '249590a2-123c-4212-bf2b-963eef4caa53',
'_formname': 'form'}> response.flash=Form

but when comes into the second form, the response.flash is empty.
    []
    <Storage {'_formkey': '0b543477-bf8e-499e-a118-e43d200a3bb2',
'_formname': 'xform'}> response.flash=

On Feb 6, 9:37 pm, DenesL <denes1...@yahoo.ca> wrote:
> It works for me.
> Try with this view (which does not include the layout):
>
> {{=form}}
> {{=xform}}
> {{=request.args}}<br/>{{=request.vars}}<br/>
> response.flash={{=response.flash}}
>
> On Feb 6, 2:49 am,Dan<ideall...@googlemail.com> wrote:
>
> > My view did include the default layout, I omit it when I writing this
> > discussions.
>
> > The response.flash can show up when I submit my first form.
> > But it doesn't work when I submit the second form which used the
> > widget = SQLFORM.widgets.radio.widget.
>
>

Reply via email to