Part 1 of this 2 part tutorial demonstrates how to forward to a JSP, Java Server Page, from a JSR-168 Portlet. The full tutorial can be viewed here: http://jpa.thebookonhibernate.com/jsr168/index.jsp?link=multi05portletsandjsps This link also provides the Java Source code, deployable war for JetSpeed/Pluto/WebSphere/LifeRay/OpenPortal, etc. In a good model-veiw-controller type of application, a Java centric component should never be polluted with lots of lousy html. With typical servlet and ...