Re: $template option using annotations

2006-07-19 Thread Andrei Chiritescu
Use : @Asset( value = /context/basic/Border.html ) public abstract IAsset get$template(); Regards, Andrei Chiritescu Rowland Smith wrote: I've built a Border component using only annotations. I would like to put the .html template in /context/basic/Border.html. And in general I would like

$template option using annotations

2006-07-18 Thread Rowland Smith
I've built a Border component using only annotations. I would like to put the .html template in /context/basic/Border.html. And in general I would like to organize my components in various directories as I expect them to grow pretty quickly. Is there an option for specifying the