Re: Migration problem from 2.0.x to 2.1.6

2010-05-28 Thread Ken
:23 -0400, Greg Lindholm wrote: > > > Here is a link to the same page that is working > > > > https://cwiki.apache.org/confluence/display/S2WIKI/Troubleshooting+guide+migrating+from+Struts+2.0.x+to+2.1.x > > > > > > On Fri, May 28, 2010 at 4:35 AM,

Re: Migration problem from 2.0.x to 2.1.6

2010-05-28 Thread Ken
> --- On Thu, 5/27/10, Greg Lindholm wrote: > > > >> From: Greg Lindholm > >> Subject: Re: Migration problem from 2.0.x to 2.1.6 > >> To: "Struts Users Mailing List" > >> Date: Thursday, May 27, 2010, 10:50 PM > >> Check o

Re: Migration problem from 2.0.x to 2.1.6

2010-05-28 Thread Greg Lindholm
5/27/10, Greg Lindholm wrote: > >> From: Greg Lindholm >> Subject: Re: Migration problem from 2.0.x to 2.1.6 >> To: "Struts Users Mailing List" >> Date: Thursday, May 27, 2010, 10:50 PM >> Check out the wiki entry for >> migrating >> >>

Re: Migration problem from 2.0.x to 2.1.6

2010-05-28 Thread Gwen Harold Autencio
Ahh I see thanks .. i'll read on it .. --- On Thu, 5/27/10, Greg Lindholm wrote: > From: Greg Lindholm > Subject: Re: Migration problem from 2.0.x to 2.1.6 > To: "Struts Users Mailing List" > Date: Thursday, May 27, 2010, 10:50 PM > Check out the wiki en

Re: Migration problem from 2.0.x to 2.1.6

2010-05-27 Thread Greg Lindholm
Check out the wiki entry for migrating https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html There is a section "Filter Mapping, default Action extensions, and Servlets" that should help. Unfortunately the docs seem to still be messed up. sigh On Thu,

RE: Migration problem from 2.0.x to 2.1.6

2010-05-27 Thread Yang, Senshan
Subject: Migration problem from 2.0.x to 2.1.6 Hi, I got a Servlet which doesn't extends to an action. Looking for a work around without extending the servlet to an action because it's already has extends another class. Any ideas ? I'm getting this in the logs 2010-05-27 13:46:44

Re: Migration problem from 2.0.x to 2.1.6

2010-05-27 Thread Gwen Harold Autencio
So all the servlet should be an action now in 2.1.6 ? --- On Thu, 5/27/10, Rupali Gupta wrote: > From: Rupali Gupta > Subject: Re: Migration problem from 2.0.x to 2.1.6 > To: user@struts.apache.org > Date: Thursday, May 27, 2010, 3:05 PM > You would anyways need to extend the &g

Re: Migration problem from 2.0.x to 2.1.6

2010-05-27 Thread Rupali Gupta
You would anyways need to extend the action class if you want the action mapping in your servlet. On 5/27/2010 11:18 AM, Gwen Harold Autencio wrote: Hi, I got a Servlet which doesn't extends to an action. Looking for a work around without extending the servlet to an action because it's alrea

Migration problem from 2.0.x to 2.1.6

2010-05-26 Thread Gwen Harold Autencio
Hi, I got a Servlet which doesn't extends to an action. Looking for a work around without extending the servlet to an action because it's already has extends another class. Any ideas ? I'm getting this in the logs 2010-05-27 13:46:44,962 [btpool0-8] WARN org.apache.struts2.dispatcher.Dispatc