I'm seeing similar warnings in Netbeans editor. It just doesn't like any tapestry tags.

于 2013/4/17 4:31, Jon Williams 写道:
Hi,

I'm using Tapestry 5.3.6 & Jetbrains Idea 12
Just wondering if any else has this same problem/oddity in their Idea
development environment.

Here's the template for my simple component...

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd";
       xmlns:p="tapestry:parameter">
     <t:content>
         TEST PNG Component--${fileName}
     </t:content>
</html>

This works as expected at runtime, however Jetbrains  Idea12
displays a parsing error for the <t:content> tag

Cannot resolve symbol 't:content'


Anyone else seeing this?

Idea seems happy with the rest of my templates. It only balks when I use
the <t:content> tag.

Thanks
Jon



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to