[fw-general] Zend dojo Editor does not pass value

2008-12-05 Thread vladimirn
Does any one know how to solve that? I read over a mailing list, but did not find any suitable solution. So i am kinda stucked here. There is my actionView: ** $form = new Zend_Dojo_Form ( ); $form->setMethod ( 'post' )->setAction ( "process" )->

Re: [fw-general] Zend dojo Editor does not pass value

2008-12-05 Thread Giorgio Sironi
2008/12/5 vladimirn <[EMAIL PROTECTED]> > As you can see, content from Editor element is not in $_POST > I had a similar problem using the programmatic model of dojo, switching to declarative solved the issue. -- Giorgio Sironi Piccolo Principe & Ossigeno Scripter http://www.sourceforge.net/pro

Re: [fw-general] Zend dojo Editor does not pass value

2008-12-05 Thread vladimirn
Thank you very much :) Giorgio Sironi wrote: > > 2008/12/5 vladimirn <[EMAIL PROTECTED]> > >> As you can see, content from Editor element is not in $_POST >> > > I had a similar problem using the programmatic model of dojo, switching to > declarative solved the issue. > > --