$request->setParameter('bar','foo'); echo $request->getParameter('bar'); What is the output?
bar
foobar
foo
null