your viewscript: <? $this->searchstr ?>
does that work? try something like this: <?php echo $this->searchstr; ?> or <?= $this->searchstr; ?> ----- visit my website at http://www.phpscriptor.com/ http://www.phpscriptor.com/ -- View this message in context: http://www.nabble.com/Why-%24form-%3EgetValue%28%29-is-not-working--tp21868209p21898834.html Sent from the Zend Framework mailing list archive at Nabble.com.
