Hi All,
I kindly request you to give a best solution to this problem.
Table1 { column1, column2, column3 } no primary key.
Two SQL used are
1) select distinct column1, column2 from table1
2) select distinct column2, column3 from table1
If I map column1 and column2 as composite id , I get error on displaying the result of second SQL in the JSP.(${table1.column3} The "." operator was supplied with an index value of type "java.lang.String" to be applied to a List or array, but that value cannot be converted to an integer)
and vice-versa.
I kindly request you to give a best solution for this.
Thanks in advance,
Ramprasad