Re: Changing the default location of the component template

2007-02-06 Thread andyhot
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.

RE: Changing the default location of the component template

2007-02-06 Thread Jim Roycroft
abstract class Border extends BaseComponent { >> @Asset("context:/WEB-INF/component/my-border.html") >> public abstract IAsset get$template(); >> } >> >> >> -------------------- &g

RE: Changing the default location of the component template

2007-02-06 Thread Jim Roycroft
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

RE: Changing the default location of the component template

2006-11-28 Thread Khan, Hatim
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

Changing the default location of the component template

2006-11-28 Thread Khan, Hatim
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