Re: Strange compilation problem with 2.1.6...

2009-01-16 Thread Dale Newfield
Dasgupta, Ranjan wrote: getText(java.lang.String,java.util.List) in older xwork changed to getText(java.lang.String,java.util.List) in xwork-2.1.2 That was it (almost: it appears to be List, which is different than List). I don't use maven, and I was careful to make sure I only had one xwo

RE: Strange compilation problem with 2.1.6...

2009-01-16 Thread Dasgupta, Ranjan
compilation problem with 2.1.6... You probably have 2 versions of xwork in the dependencies(are you using maven?). musachy On Fri, Jan 16, 2009 at 2:21 PM, Dale Newfield wrote: > Can anybody suggest why I can't seem to compile against the new > struts/xwork release? > > An action cla

Re: Strange compilation problem with 2.1.6...

2009-01-16 Thread Musachy Barroso
You probably have 2 versions of xwork in the dependencies(are you using maven?). musachy On Fri, Jan 16, 2009 at 2:21 PM, Dale Newfield wrote: > Can anybody suggest why I can't seem to compile against the new struts/xwork > release? > > An action class that extends a baseclass that extends > com

Strange compilation problem with 2.1.6...

2009-01-16 Thread Dale Newfield
Can anybody suggest why I can't seem to compile against the new struts/xwork release? An action class that extends a baseclass that extends com.opensymphony.xwork2.ActionSupport: cannot find symbol method getText(java.lang.String,java.util.List) I can confirm that there is a matching method i