It works.
Thanks,
J.
2011/7/25 George Christman <[email protected]>
> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>