[JBoss-user] [JBoss Portal] - Display other site contents in portlet window.

2005-07-13 Thread rahulrkg2001
Hi, How to write a portlet that can display the application from different machine. The target application is a .net application and we want to display it in portlet window. I have read about the WSRP but the target application is a simple web application not a web service. View the original

[JBoss-user] [JBoss Portal] - How to display page from another server in portlet window.

2005-07-12 Thread rahulrkg2001
Hi, How can we forward to new page using a portlet. Is there anytihng called response.sendRedirect("url"); . If yes how to use it. I tried using this code... but it is not working. | package org.jboss.portal.core.portlet; | | import java.io.IOException; | import java.io.PrintWriter;