Thanks for the help Christophe..
Shouldn't that be com/example/model/BeerExpert instead ?
I am sorry I did not get where should com/example/model/BeerExpert go..
Basically my
servlet is not able to find the model(BeerExpert)in my application. I am not able to figure out why..
Here are the details you asked for.
path to BeerExpert.java is
C:\Varu\WEBJavaLearning\tomcat\webapps\Beer-V1\WEB-INF\classes\com\example\model\BeerExpert.java
path to BeerSelect.java is
C:\Varu\WEBJavaLearning\tomcat\webapps\Beer-V1\WEB-INF\classes\com\example\web\BeerSelect.java
Import statment in BeerSelect is import com.example.model.BeerExpert;
Package Statment of BeerExpert is package com.example.model;
Thanks again!!