Hello, Is there a way to prevent crud.delete from redirecting to a new page. The reason I want to do this is that I am calling crud.delete via web2py's LOAD function? I am trying this:
form = crud.delete(db.ate,ate_id, next='') I notice in the code that crud.update explicitly checks for an empty "next" variable while crud.delete does not. Avik