// Single parameter -- scope + name + property
public void testComputeParameters1c() {
request.setAttribute("attr", new MockFormBean("bar"));
Map map = null;
try {
map = RequestUtils.computeParameters
(page, "foo", "attr", "stringProperty", "request",