Hello George, It seems this method does not exist... See here: http://tapestry.apache.org/current/apidocs/org/apache/tapestry5/internal/services/LinkSource.html Regards, Julien.
2011/7/25 George Christman <gchrist...@cardaddy.com> > I think something like this might do the trick. > > @Inject > private LinkSource _linkSource; > > Class<?> onActionFromModify(String contextId) { > return linkSource.createPageRenderLinkWithContext(YourClass.class, > contextId); > } > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Beginner-needs-help-with-PageActivationContext-and-page-navigation-in-Tapestry-tp4631566p4631914.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >