Hi all,

I like to create a portal where I will display multiple Portlets. 

If the portal page (a Action) is called, I like to call multiple Actions, one for 
every Portlet, and then return the complete page to the client.

I think it should work this way:

RequestDispatcher dispatcher = request.getRequestDispatcher("/portlet1.do");
dispatcher.include(request, response);

Does anybody know a better way?

Best Regards,
alex
______________________________________________________________________________
Wir benachrichtigen Sie �ber neue E-Mails, wo immer Sie moechten.
WEB.DE FreeMail - http://freemail.web.de/features/?mc=021186


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to