Page 1 of 1

0.13 to 1.01 actions are not thrown by form

Posted: Sat Oct 14, 2006 6:51 pm
by olarcheveque
I developed a module form the 0.13 version. It was workable, but since I upgrade to 1.01, forms don't work.
Only forms construct by createFrontendFormStart don't work. Forms in admin backend are OK.
I tried to trace, and it doesn't work because the action is never transmitted to 'doAction' method.
Any ideas? Thanks. Olivier.

Re: 0.13 to 1.01 actions are not thrown by form

Posted: Sun Oct 15, 2006 4:39 pm
by olarcheveque
The pb is due to a problem in version 0.13
Check module.class file line :1827 introducing of dummy $post var which transform the default behavior   return $this->CreateFormStart($id,$action,$returnid,$method,$post,$enctype,$inline,$idsuffix,$params);