Problem in importing a pckage
Hi all,
I have created a sample web application in MVC architecture.
I have kept my servlet in one package. And from there i m calling model
which is in different package. So i am importing that package in serv code. But still its showing error.
Anyone also face same problem please help.

