Thanks guys. Just what I needed. On Feb 25, 2011, at 6:22 PM, Thiago H. de Paula Figueiredo wrote:
> 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
