Hi! I encountered a small problem while moving over from Eclipse to IDEA, which I've explained here: http://stackoverflow.com/questions/23753749/referencing-tapestry-components-from-a-module-in-intellij-idea
In essence, I'm working on a multi-module project where both modules contain Tapestry components. The tapestry plugin works, but only for components defined within the containing module. I'd like to be able to access components from a referenced module/library as well. Any chance this is supported and I've just not found a way to configure IDEA properly?