<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:app="http://www.appcelerator.org">
defined at the top of your document?
you need the "app" namespace defined. add this line to the top of
your html file:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:app="http://
www.appcelerator.org">
let me know if this doesn't solve the problem.
Another potential problem is that you might not have the html namespace defined. Tkae alook at the source for our doc, and copy the contents of the html tag.
--Tejus