There have been a couple cases where I wanted to provide default values to my users on a form and I didn't want to post them in and then have a bunch of validation errors displayed. The quick fix for this is to get an instance of the Zend_Controller_Front and then you can access the parameters you want.

Zend_Controller_Front::getInstance()->getRequest()->getParam('paramName')