On Thu, 13 Dec 2012 04:59:44 -0200, Ken in Nashua <kcola...@live.com> wrote:

The problem with my webapp is it keeps going into my resources dir for templates instead of the webapp context dir for templates.

There has been some back and forth about this in the past and I am not sure what the canonical way is.

It seems components can live in the webapp context dir fine.

The recommended way now (actually, for years already) is to put all templates in the classpath. Howard once said he regretted his decision of allowing templates inside the context too.

Thiago, would you know how to configure tapestry to look in one or the other or both directories ? being the resources dir versus the webapp context dir ?

This isn't configurable. Tapestry look at both places. Just put your templates in the classpath, as this is the recommended way.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to