You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Gr...@servicecanada.gc.ca on 2006/08/15 16:59:57 UTC

Instancing a page inside a BaseComponent

I'd like to make an instance of a Page inside a BaseComponent. Is there any ways to do this without a Cycle object available?

Thanks,
Greg

RE: Instancing a page inside a BaseComponent

Posted by Gr...@servicecanada.gc.ca.
Aha, I've found out I can just call

getPage().getRequestCycle().getPage("PageName");

Thanks,
Greg

-----Original Message-----
From: Greg.L.Cormier@servicecanada.gc.ca
[mailto:Greg.L.Cormier@servicecanada.gc.ca]
Sent: Tuesday, August 15, 2006 11:00 AM
To: users@tapestry.apache.org
Subject: Instancing a page inside a BaseComponent


I'd like to make an instance of a Page inside a BaseComponent. Is there any ways to do this without a Cycle object available?

Thanks,
Greg

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