Try using PromoterInterestHobby as the model class. Hobbies is plural of hobby.
Jeremy Burns Class Outfit jeremybu...@classoutfit.com http://www.classoutfit.com On 21 Jun 2010, at 11:26, Master Ram wrote: > Hi.. > > i have table name called: "promoter_interest_hobbies" > > i used the module name: "PromoterInterestHobbies" > > module code: > > class PromoterInterestHobbie > extends AppModel { > > var $name = > 'PromoterInterestHobbie'; > > controller Name : "promoter_interest_hobbies" > > class > PromoterInterestHobbiesController extends AppController { > > var $name = > "PromoterInterestHobbies"; > > function val(){ > > Note: the val CTP file is placed in the "promoter" folder. > > its giving an error: > > Not Found > > Error: The requested address '/promoter_interest_hobbies/ > promoters_step_three' was not found on this server. > > this is my submit function : > > e($form->create('PromoterInterestHobbie', > array('controller' => > 'promoter_interest_hobbies', > > 'action' => 'val'))); > > where i missed out..? > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to cake-php@googlegroups.com > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.com For more options, visit this group at > http://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en