Hi guys. I'm moving parts of of my page to a custom component. In the page there's a method that will go to another page and go back to the original page when finished. Here's the code:
@OnEvent("AddDoc") Object addDoc() { Link thisPage = pageRenderLinkSource.createPageRenderLink(this.getClass()); addLoanDocPage.setLoanApplicationId(loanApplication.getId()); addLoanDocPage.setLinkBack(thisPage); return addLoanDocPage; } I'm moving that method to the custom component. How can the component generate the Link to the page that contains it? Thanks -- http://www.mreunionlabs.net/ <http://www.mreunion-labs.net/> twitter : @mreunionlabs @abangkis page : https://plus.google.com/104168782385184990771