Oops. I overlooked that in web2py book. Thanks for pointing to it. It played the trick & working OK.
Now trying to use modal confirmation of jquery-ui. Thank you, :) Vineet On Sep 30, 5:43 pm, juanduke <[email protected]> wrote: > Hi Vineet: > > I use to get args and form's field whit *request.args(N)* (N integer >= 0) > and *request.vars.fieldname* (where fieldname, is a name of an input in form > submited) > > http://www.web2py.com/book/default/docstring/request.argshttp://www.web2py.com/book/default/docstring/request.vars > > HTH! > > Bye

