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