sorry for this newbie question, tried, googled, but
can not find an anwser:

I have a Action class (myAction) and a utility class
(myABC class), in myAction, I try to instantiate it:

  myABC abc = new myABC (......);

when compiling, error msg:
~~~~~~~~~~~~~~~~~~~~~~~
cannot reolve symbol
symbol: constructor myABC
location : class com.util.myABC
~~~~~~~~~~~~~~~~~~~~~~~~

what's wrong ?

thanks !
li xin

__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to