RE: Strtus and Portlets

2006-06-30 Thread Andy Foster
-Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: 30 June 2006 15:28 To: Struts Users Mailing List Subject: Re: Strtus and Portlets Portlets use the Portlet API. Struts uses the Servlet API. The Portlet API is nothing but a facade over the servlet api. I do not have any

Re: Strtus and Portlets

2006-06-30 Thread Paul Benedict
Portlets use the Portlet API. Struts uses the Servlet API. The Portlet API is nothing but a facade over the servlet api. I do not have any experience with Struts in a portlet, but I envision it is not possible because every portlet instance as container-encoded request parameter names. And ever