Hi all, I'm using Tapestry 4 and I have a little problem.
1. I have a library in which I have a Exception page. 2. In the library I also have a Border component which I use in the Exception page. 3. I have an application in which I use the page from the library. The problem is that when I include the Border component in the Exception page I have to prefix it with the library namespace name which is configured in the application. This is not good since I can't know in the library which name the library gets in an application. Am I doing something wrong here? I looked in the contrib library in the Inspector.html file, and in that file the dependent components from the Inspector library was prefixed with inspector: which I assume has the same problems which I have. If I want to include the Inspector library in my own application and I use a name other than "inspector" I will get an error. Can somebody help me with this? Best regards, Niklas Ekman