ActionView::MissingTemplate

hi, in rails3 im getting suddenly this: ActionView::MissingTemplate in Events#new

Showing /home/tom/ror/myapp/app/views/events/_form.html.erb where line #49 raised:

line 49 in _form.rhtml is:

<%= render :partial=>'events/form_test', :locals=>{:f=>f} %>

the form/file is present. with or without specifying the folder i get this message.

whats wrong here? appreciate ur time thx

Is _form_test.html.erb present in your events/ folder?

It sounds like you’re probably missing your actual partial template.

David

crap, fileextension was rhtml. thx