// params were processed ( so we need to make sure they are,
// i.e. a known state ).
realRequest.parameters().push();
Parameters child=realRequest.parameters().getCurrentSet();
child.processParameters( queryString );
//realRequest.parameters().processParameters( queryString );
}
// run the new request through the context manager
// not that this is a very particular case of forwarding