> > Actually request.vars['search'] doesn't produce a KeyError, at least now > how I am using it.
You're right, the other access methods won't produce a KeyError either. request.vars.search is a little easier, though (and the more common way to do it). Anthony

