Sent: Tue 11/28/2006 3:59 PM
To: users@tapestry.apache.org
Subject: Changing the default location of the component template
Hello,
I am trying to use annotations instead of .jwc files.
I have a custom BaseComponent with a template. However, I want the
template to be located under WEB-INF/component/mycomponent.
abstract class Border extends BaseComponent {
>> @Asset("context:/WEB-INF/component/my-border.html")
>> public abstract IAsset get$template();
>> }
>>
>>
>> --------------------
&g
html")
> public abstract IAsset get$template();
> }
>
>
>
>
> Sent: Tue 11/28/2006 3:59 PM
> To: users@tapestry.apache.org
> Subject: Changing the default location of the component template
>
> Hello,
> I am trying to use annotations inste
c abstract IAsset get$template();
}
Sent: Tue 11/28/2006 3:59 PM
To: users@tapestry.apache.org
Subject: Changing the default location of the component template
Hello,
I am trying to use annotations instead of .jwc files
Hello,
I am trying to use annotations instead of .jwc files.
I have a custom BaseComponent with a template. However, I want the
template to be located under WEB-INF/component/mycomponent.html.
Going through some of the code, I found out that you can specify the
location of the template