I'm assuming that if your method "getPost" does not exist that your
$request->isPost() and isValid($request->getPost()) will also not work. Try
to do a var_dump of $request->getPost(); and your $request.


Deepak Shrestha wrote:
> 
> On Fri, Feb 6, 2009 at 7:01 PM, PHPScriptor <cont...@phpscriptor.com>
> wrote:
>>
>> Try this:
>>
>> $this->getPost('qsearch');
>>
> 
> It gives me:
> =================
> Application error
> Exception information:
> 
> Message: Method "getPost" does not exist and was not trapped in __call()
> ===================
> 
> Trying
> $request->getPost('qsearch');
> 
> gives me still blank
> 
> Any suggestion?
> 
> plus what is wrong with $form->getValue()? and what's its purpose?
> 
> Thanks
> 
> -- 
> =======================
> Registered Linux User #460714
> Currently Using Fedora 8, 10
> =======================
> 
> 


-----
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--tp21868209p21873774.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to