RE: JSP and Portlets

"Noel J. Bergman" <[email protected]> Mon, 25 Feb 2008 18:25:07 -0500
Newsgroups gmane.comp.jakarta.pluto.user
Message-ID <[email protected]>
> I want just to have the possibility to create a run-time html pages by
> embedding one or more portlets

BY embedding portlets?  The portlets are embedded in a page; portlets don't
render THE PAGE, itself.  You can dynamically create a page, and then
populate it with content from portlets.  Pluto's driver does that, as do
other portal servers.

	--- Noel