I have a problem with my project.I'm using struts2 EJB3,oracle top link and a oracle data base.
I created a view by using four data base tables and then created a entity class for that view.
what I want to do is retrieve data by using that view and display them in a jsp page.
I retrieved data from a list by using that above view.
then when I'm going to show that data in my jsp page they are not appear in the jsp page
below is my jsp code;and "searchClienGrouptList" is my list name which I derived by using a query. my view's name is "clientView"
when I'm going to load data to the jsp page below page appears.
Does the resulting empty table show the correct number of rows? Have you confirmed the data is being returned correctly? Is that line of code *really* that long?! 800+ chars is too long for a single line of code.
yes I checked and double checked.I know there are spelling mistakes I changed those words for check whether it's working .
there are 31 records in the database view.and also same number of rows are appeared in the table .
I'm sending all the codes again
please help I'm stuck with this problem than 5 days.