On Tue, 02 Nov 2010 16:13:46 -0200, Kado <juan.a...@condortech.com.ar> wrote:

Hi,

Olá, hermano! :)

I am using some components for showing info in my webApp. Right now I am trying to access to some of these components by a direct URL (so I can access to this components from other webs, other processes and so on) and I don't know how to do this.

Components don't have URLs because they only exist inside a page, so you have to rethink your solution. In Tapestry, just pages and events have URLs.

Use pages instead of components when you need to provide and URL for external use.

--
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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to