getText(java.lang.String,java.util.List<java.lang.String>) in older xwork 
changed to
getText(java.lang.String,java.util.List<java.lang.Object>) in xwork-2.1.2

-----Original Message-----
From: Musachy Barroso [mailto:musa...@gmail.com]
Sent: Friday, January 16, 2009 2:26 PM
To: Struts Users Mailing List
Subject: Re: Strange 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 <d...@newfield.org> 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.opensymphony.xwork2.ActionSupport:
> cannot find symbol
> method getText(java.lang.String,java.util.List<java.lang.String>)
>
> I can confirm that there is a matching method in the appropriate class:
> % javap -classpath lib/struts-2.1.x/xwork-2.1.2.jar
> com.opensymphony.xwork2.ActionSupport
>    public java.lang.String getText(java.lang.String, java.util.List);
>
> -Dale
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>



--
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to