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