I thought one of the main advantages of Tapestry was that you can open your html files directly from the filesystem and see how they actually will look when rendered by the Tapestry servlet.
But now when my design guy is about to do the css this is not the case, and I guess it is because I have not entered static bodies to the components that renders its own body in a proper way. And the biggest "problem" is maybe the border component. Am I supposed to insert a static version of my border component in each and every page to get this to work properly? What if I change the border component - I will have to change all my files... I realise this is not a critical runtime issue, but I thought maybe I have missed something here. How do you guys handle this? Malin