View not found - Joomla! Forum - community, help and support


hello! i've got strange problem. followed http://docs.joomla.org/developing_a_model-view-controller_(mvc)_component_for_joomla!2.5 , created own component. worked fine, until tried change class names, models name, views name helloworld component name. , i've got error, when pressing button on toolbar "save" or "cancel" - view not found, [name, type, prefix]: forms, html, webinarview. have 2 views - list , form. don't undestand, takes name "forms". search in source files shows nothing. tried change view name edit - , error looks view not found, [name, type, prefix]:edits, html, webinarview. ideas how find ninja "s"?
i found local solution - works, it's not true way..
here solution:

code: select all

if (jrequest::getcmd('view', $this->default_view) == 'forms')
{
    jrequest::setvar('view','list');
}

seems i'm not one, faced problem
viewtopic.php?f=626&t=643179





Comments