Hello everyone I am trying to create some links to a tapestry page inside a periodic executor runnable.I am using pageRenderLinkSource to create the urls but it throws an exception when trying to construct the url since Request is null.I know where the problem is (Request is null since periodic executor does not have a valid Request object to use and create the url)
My question is did anyone else wanted to create page links inside periodic executor or in cases where a request is null.If yes how did you fixed this? I was thinking of setting a fake servlet request and set to globals but i dont know if this is the preferred way Any solution? Best Regards Dimitris Zenios