You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by angela mcgrenra <jj...@hotmail.com> on 2002/09/17 10:47:40 UTC

Newbie to struts

Hi there

I am working my way thtough a Struts tutorial and have a slight (simple I'm 
sure) problem...

I have a bean (Book.java)saved and compiled in my classes dir at 
"tomcat"\webapps\strutsShop\WEB_INF\classes

In this folder also is BookAction.java which needs to be able to find this 
bean, and a locally saved copy of the struts.jar file

I have edited struts-config.xml and all other files are ready and waiting 
but my problem is when I try to compile the BookAction.java file in my 
classes dir.

The error I get is
BookAction.java:27: cannot resolve symbol
symbol   : class Book
location : class BookAction
             Book book = new Book();





_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>