Hi Massimo,

On 02/11/2011 21:44, Massimo Di Pierro wrote:
you can do

form=crud.update(db.property_detail, request.args(1)
          ,deletable=True
          )
if form.accepted:

redirect(URL('property_detail_index.load',args=('property_id',form.vars.id)))

form.vars.id is what you are looking for.


Great, ta - and I can see other ways to use "if form.accepted:", so that part is very useful too, as I didn't know I could do that with crud!

:-)


--

Regards,

PhilK


'a bell is a cup...until it is struck'

Reply via email to