Plugin complains about missing placeholder, which is defined in different module
Plugin complains about missing ajax placeholder:
Ajax action refers to unknown object with id, please create a template, placeholder or element with proper ‘id’
attribute: contentThe placeholder is defined in a different module; program compiles fine.
Submitted by Eelco Visser on 7 June 2010 at 17:19
Issue Log
This was a known problem in the first editor version, but should have been fixed since. What WebDSL editor plugin version are you using? Maybe sample code could help too.
I updated to the latest version this afternoon.
define newCourseLink() {
action showForm() { replace(content, newCourse()); }
form{ actionLink(“[New Course]”, showForm())[ajax] }
}in https://svn.strategoxt.org/repos/department/trunk/course/course-ui.app
Fixed in r3975.
Containers with an ‘id’ property assignment were not declared in the editor.
Log in to post comments