On Fri, 25 Feb 2011 19:50:16 -0300, Lenny Primak <[email protected]>
wrote:
For example, can I do something like this?
<context-param>
<param-name>tapestry.app-package</param-name>
<param-value>com.example.tutorial,
com.mycompany.website</param-value>
</context-param>
Not this way. The root package defines the root component library and you
can add more if needed:
http://tapestry.apache.org/component-libraries.html. In your case, you
will select one package as the application root and add the others as
component libraries, even if they are all in the same JAR.
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]