the code is pretty simple - i haven't customized anything:
this is in the layout head:
<%= javascript_include_tag :defaults %>
<%= active_scaffold_includes %>
and this is in the controller:
active_scaffold :mymodel
It's so odd - it is like the render :layout => false lines are getting ignored, but that must not be the only problem or its a symptom of the main problem - the calls that are supposed to update a div on the page are returning in a new page - for instance, the "create new" is supposed to show a form in a div on the same page, but it takes you to a new page with just that form on it.
2007-05-31 01:31 AM