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
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;