IEngineService pageService = getPageService();
>    String pageName = "NextTapestryPage";
>    ILink link = pageService.getLink(false, pageName);
>    throw new RedirectException(link.getAbsoluteURL());


if page is IPage, and i set parameter to the page.setExtraParameter(abc);
how to get absoluteurl for this IPage? rathan than "string" that you suggested
for pageName.


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

Reply via email to