i added jpa capabilities to my jsf project. I want to show datas at my jsp pages that i got from database. I want to do it with datatable tag. In the jpa tutorial by this line “Productline loadedProductline = dao.findById(productLineID);” i can get data and i can write to console but how can i write to jsp pages with datatable tag.
thanks for your help