Append views/containerviews to a handlebars template

I am having a problem in appending a view to an element in ember. It gives me an error “You cannot append to an existing Ember.View. Consider using Ember.ContainerView instead.” .But then I dont want to append the containerview to the document body. The aim is to append the view to an element inside a template.

1 Like

I think this is a common issue for appending a view or compiled template with ajax json response to an element of a template in ember. I am requesting @tomdale to have a discussion on this issue. Thanks.