0
votes
0answers
57 views

Does IntelliJ IDEA support Tapestry LibraryMapping (ie. the prefix used for components)?

We have several Tapestry modules (in different Maven modules) and some of them define its own LibraryMapping. For example: @Contribute(ComponentClassResolver.class) public static void ...
0
votes
1answer
156 views

Tapestry support setup in IntelliJ IDEA

I'd like to use Intellij IDEA 11 as IDE for a Tapestry web application but I don't know how to setup the whole thing in IDEA 11. It has a Tapestry plugin but there's no documentation on how it works. ...
0
votes
2answers
84 views

Does IDEA support Tapestry 4?

Does IntelliJ IDEA support Tapestry 4? I've got a Tapestry 4.1.x code base to work with, and as far as I can tell the Tapestry facet (at least in 10.5) only supports Tapestry 5, which as I understand ...
1
vote
1answer
202 views

Issue with IntelliJ and Tapestry

I am currently evaluating IntelliJ for a tapestry project. I setup my module to use the tapestry facet but the following three tapestry items remain greyed out: page, component, mixin Can anyone ...
1
vote
2answers
219 views

Reloading Tapestry layout and other components in development?

How can I make changes to tml files - like for layout and other components - quickly visible via F5 in the browser? At the moment I keep those files under the src/main/-folder next to the java class. ...