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.
0.13 to 1.01 actions are not thrown by form
Re: 0.13 to 1.01 actions are not thrown by form
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);
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);