Hi, Can anyone please suggest me a way of redirecting/rendering a page with context from my current page.
This what I have been doing:- @Inject private ComponentSource componentSource; Object onActivate(){ return componentResources.getPage(getPageName()); //This works fine till the time I have valid logical page name such as "/project/index". It fails when I add a context to it such as project/details/10871(which is because I believe it expects only the logical page name(existing in the package) without the context. } I am looking for a tapestry solution for this.Has anyone tried redirecting/rendering to the page with context. -- Best Regards!! Akshay