Hi Jon You are seeing that warning because Idea is treating the .tml file as plain xhtml. Are you sure you have a proper Tapestry facet configured for project/module? more info: http://www.jetbrains.com/idea/webhelp/tapestry-facet-page.html
Cheers. Alejandro. On Tue, Apr 16, 2013 at 10:31 PM, Jon Williams <williams.jonat...@gmail.com> wrote: > 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