Re: Converting from Struts for IBM API to Struts for JSR168

2009-05-07 Thread Nils-Helge Garli Hegvik
I'm not sure how this is related to Struts? If you are looking for using Struts for portlet development, either check the Struts 1 portlet bridge, or use Struts 2 with the portlet plugin. Nils-H On Thu, May 7, 2009 at 11:17 PM, Hermann X Lau wrote: > IBM API has been deprecated for Portal 6.1...

Converting from Struts for IBM API to Struts for JSR168

2009-05-07 Thread Hermann X Lau
IBM API has been deprecated for Portal 6.1... does anyone have any resources or tips on this conversion process? One of the changes is that org.apache.jetspeed.portlet is deprecated and javax.portlet is its replacement. However, the PortletRequest class is different... under the old deprecated c