1

Here's a problem. Intellij IDEA constantly shows "Cannot resolve symbol" errors while I'm working on a project which includes Tapestry framework. This error appears only in *.tml files. Another thing I've noticed is this error pops up very selectively. For example, IDEA recognizes <t:if> tag, but cannot parse <p:else>. I've already tried to reimport maven dependencies, invalidate cache and import the whole project again.

Community
  • 1
  • 1
  • Which version of IDEA? Did it work before? Do you have the XSD? – fge Mar 13 '14 at 15:47
  • IDEA version is 13.0.2. Nope, it didn't work before. If you meant the following piece of code which I have in the top of *.tml file - ``, then yes I have it. –  Mar 14 '14 at 02:46

1 Answers1

0

It seems that this is a bug in Tapestry 5 IDEA Plugin. Unfortunately, there is no workaround at this moment (see Issue C for details).

Sickboy
  • 26
  • 3