compile getDataSource error in Action

2006-09-28 Thread red phoenix
I use JDK1.6 and Struts1.3.5,I use Javac to compile a Action file,like follows: javac xxxAction.java but when I compile it,it raise follows error: xxxAction.java:31: Can't find symbol symbol: method getDataSource(javax.servlet.http.HttpServletRequest, java.lang.String) location: class xxxAction

Re: compile getDataSource error in Action

2006-09-28 Thread Wendy Smoak
On 9/28/06, red phoenix [EMAIL PROTECTED] wrote: I use JDK1.6 and Struts1.3.5,I use Javac to compile a Action file,like follows: javac xxxAction.java but when I compile it,it raise follows error: xxxAction.java:31: Can't find symbol symbol: method

Re: compile getDataSource error in Action

2006-09-28 Thread Christopher Goldman
On Fri, 2006-09-29 at 00:03 +0800, red phoenix wrote: I use JDK1.6 and Struts1.3.5,I use Javac to compile a Action file,like follows: javac xxxAction.java but when I compile it,it raise follows error: xxxAction.java:31: Can't find symbol symbol: method