Frank, You can accomplish the same features that the EcsServletElement provides by using a process similar to the JSPPortlet. You can use the request dispatcher to include an URI. This URI does not have to be a JSP page it can also be a Servlet.
I have a sample portlet that does this, if you would like to see an example of how the code would look let me know and I will forward it to you. -----Original Message----- From: Frank Ritzmann [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 11:40 PM To: [EMAIL PROTECTED] Subject: ecs and jsp hallo jetspeed-users, I heard, that ecs won't be supported by jetspeed any longer. would this mean, that there is no EcsServletElement anymore? to me this element is the easiest way to integrate JSPs in portlets by just returning the EcsServletElement as a ConcreteElement. using the JspPortlet would mean, that I have to set my parameter beans into the session within my JSP but that is not like MVC. if this element is not available anymore, I will think about copying the getContent of JspPortlet and adding my parameter controlling and identifying the active portlet for not losing my actual content when a user interacts with another portlet. thank you for reading and answering Frank Ritzmann -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
