Thanks Anthony.  Is there also a way for me to force a reload of the entire
page after a delete is processed from the list view of a SQLFORM.grid?


On Wed, Feb 13, 2013 at 7:03 PM, Anthony <[email protected]> wrote:

> if form.process().accepted:
>     redirect(URL(...), client_side=True)
>
> With client_side=True, redirect returns a regular 200 response along with
> a special header containing the redirect URL. Javascript code reads that
> header and does a client-side reload with the new URL.
>
> Anthony
>
> On Wednesday, February 13, 2013 5:53:33 PM UTC-5, Jim S wrote:
>>
>> I'm using a component with a LOAD statement.  In my component I have a
>> SQLFORM.factory form.  When I submit that form I want to reload my entire
>> page.  I can't seem to envision how I could do that.  Can anyone help?
>>
>> -Jim
>>
>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to