Is the form being displayed in the fancybox via Ajax? If so, you might try 
including a component (http://web2py.com/book/default/chapter/13#Components), 
or look into Ajax form submission (
http://web2py.com/book/default/chapter/10#Ajax-Form-Submission).
 
Anthony

On Friday, July 15, 2011 9:56:52 AM UTC-4, Jim S wrote:

> Hi 
>
> I have a component on my page that lists a few records.  Clicking on a 
> link in the list will take me to a new page where I can edit the record 
> using standard crud.  I want this edit page to appear in a modal dialog 
> so I'm using the fancybox tool (http://fancybox.net) to display the 
> link.  When I edit the record by going to a new page, it works fine, I 
> can save the data.  But, when I use fancybox to edit modally, the update 
> doesn't take place. 
>
> I'm just looking for some help on where to look for the  problem.  Any 
> ideas where to begin? 
>
>      -Jim 
>
>
>   

Reply via email to