Hello again, right after solving after another problem, I thought that maybe you could help me with another one regarding IntelliJ and Tapestry.
The IDE has Tapestry support, but it seems to use a rather old Tapestry version (5.1?). The code inspections seem to be relatively dumb because @Property annotated members are seen as "never used". In tml files, sometimes I get error messages like "can't coerce List to selectModel" or "Cannot resolve symbol ${someSymbol}" when I have a getSomeSymbol() in my java class. How do you deal with that? Regards, Daniel P.