thanks all,
I will try and do as adviced.
But here is the scenario, I already have my DAO's, I have a blank struts application. I am building business logic and I dont want to start re-inventing the wheel.
I was hoping that I wont have to bog down the application with extra
java classes to pass through.
Are you all suggesting that I leave my DAO's out of jsp's completely and instead create java beans that can use the DAO resources?
Please point me in the right direction.