RE: package org.apache.struts.action Does Not Exist?

2003-07-19 Thread Jimmy Emmanual
are you sure struts.jar is in your classpath? It doesn't matter that struts.jar is in $TOMCATHOME\webapps\MyApplication\WEB-INF\lib when you are compiling. only that it is in your classpath. echo $CLASSPATH or echo %CLASSPATH% and see if you see struts.jar. -Original Message- From:

RE: package org.apache.struts.action Does Not Exist?

2003-07-19 Thread Caroline Jen
Jimmy, thanks for your reminder and sorry for my stupid question. I worked late last night (after mid-night) and was not thinking well. Now, I put the struts.jar file back to the CLASSPATH (not $TOMCATHOME/webapps\MyApplication\WEB-INF\lib) and everything works. --- Jimmy Emmanual [EMAIL

Re: package org.apache.struts.Action does not exist

2003-01-08 Thread Rick Reumann
On Wednesday, January 8, 2003, 5:34:18 PM, Rachel wrote: R import org.apache.struts.Action.*; Try org.apache.struts.action ( lower case A ) -- Rick mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]