Filip,

make sure your encapsulating tags define the "t" namespace.

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
MAIN BODY HERE
</html>



also, in your settings under "file types", make sure you've got .tml under the XML file type.

if the reference to the .xsd is red, put the cursor on it, wait for the red light bulb on the left, then click "fetch external resource"

-mike

Filip S. Adamsen wrote:
Hi there,

Just a quick question: Is there a way to prevent IDEA complaining about unresolvable symbols in .tml files? I get hundreds of "Cannot resolve symbol t:label" etc. when performing code analysis.

-Filip

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to