It works.
Thanks,
J.

2011/7/25 George Christman <gchrist...@cardaddy.com>

> opps my bad, try this
>
>    import org.apache.tapestry5.Link;
>
>    @Inject
>    private LinkSource linkSource;
>
>    Link onActionFromModify(String contextId) {
>       Link link = linkSource.createPageRenderLinkWithContext(Index.class,
> contextId);
>       return link;
>    }
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Beginner-needs-help-with-PageActivationContext-and-page-navigation-in-Tapestry-tp4631566p4631991.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
>
>

Reply via email to