hi, i created a stylesheet component that does not allow informal parameters. i include my stylesheet component by using invisible instrumentation with t:id like below:
<link t:id="stylesheet" href="style.css" /> Because T5 converts this to an Any component (see documentation) it tries to evaluate "style.css" as a prop: binding and as there is no style object with a css property in my page i get an exception. is there a way to prevent this behaviour so T5 does not try to evaluate the (dummy text) parameters when using a component that does not allow informal parameters? Invisible instrumentation with t:id is my preferred way to declare components in my templates because it is the most friendly way for designer and developer as the designer cannot change any parameters :) and everything is configured in the page class using annotations. when i get such an exception automatic resource reloading for templates and classes does not work anymore. g, kris
