Thanks for the quick answer, Is a matter of how-to. What we are really needing is an URL to access to a component.
In this case the component is a page in the package components.

Is this possible?

Thanks!




On 11/02/2010 03:18 PM, Muhammad Mohsen wrote:
If you need to access ComponentA from ComponenB.
And PageA contains ComponentB.

Then add ComponentA to ComponentB (@InjectComponent). And pass a parameter
to your page to invoke ComponentB in a way that would render ComponentA.

Did I answer your question ?
Is it a matter of organization or "how-to" ?

On Tue, Nov 2, 2010 at 8:13 PM, Kado<juan.a...@condortech.com.ar>  wrote:

Hi,

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.

As we try to re-use as much as we can in my development team, we are
working with a layout that includes different components. But now I am
trying to access to one of this components not from the layout

I will need to create a new page that contains the component and have the
url of this page? Or is any other option to access directly to the component
without creating a page for it?

Can somebody help me with this problem?

Thanks!

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




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

Reply via email to