The correct approach is to use ComponentSource (http://tapestry.formos.com/nightly/tapestry5/apidocs/org/apache/tapestry5/services/ComponentSource.html) to acquire a page.
You can then get its ComponentResources and generate a page render Link from the resources. On Mon, Mar 23, 2009 at 8:36 AM, Massimo Lusetti <mluse...@gmail.com> wrote: > On Mon, Mar 23, 2009 at 4:29 PM, Robert Zeigler <robe...@scazdl.org> wrote: > >> If you want to stick with public services, and you're using 5.1, you can >> use: >> http://tapestry.formos.com/nightly/tapestry5/apidocs/org/apache/tapestry5/services/ComponentEventLinkEncoder.html >> >> I don't think it's quite as convenient to use as LinkSource, but at least >> it's public. :) > > I think that's the better bet we can have and that has been made for > similar use cases. > > -- > Massimo > http://meridio.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Howard M. Lewis Ship Creator Apache Tapestry and Apache HiveMind --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org