Hi All,
Our company is evaluating Tapestry 4.0 and I have some question with Block and RenderBlock. We want to render some of our jsp within a tapestry page: - I read somewhere that can be achieve with Block and RenderBlock. Is this correct? - What's the correct way to do it? I wrote a sub-class of Block and override the renderBody method to throw a RedirectException. But it just redirect to the jsp page. It will be greatly appreciated if someone can lead me to the right way. Thanks. Edgar