Re: JSP and Portlets
Ralph Goers <[email protected]> Fri, 22 Feb 2008 06:40:03 -0800
| Newsgroups | gmane.comp.jakarta.pluto.user |
|---|---|
| Message-ID | <[email protected]> |
The answer to that depends on your perspective. If you are authoring a portal with its own portlet container then yes, the container can certainly use a JSP to render one or more portlets. But the question is, why would you want to write your own portal? Pierpaolo Lombardi wrote: > Hi to all! > I have just a question...Is it possible to include one ore more > portlets in a JSP? I mean...my browser will request a jsp page...it > will include portlets depending from some parameters (we can think the > jsp includes all the portlets contained by a list)... > If it's possible such a thing, how can I accomplish that? > > Thanks in advance > PL