Based on this:
links = [lambda row: INPUT(_name='qty', _value='1'), lambda row: A('+',
callback=URL('cart_callback',vars=dict(id=row.id,action='add',qt=request.
vars.qty)))]Is there a way to grab the value of the INPUT to pass them to another function??? qt=request.vars.qty does not cut it. THanks

