Hi all,
I Google and see display have some fantasy way to handle column sorting , I try to
<% request.setAttribute( "test", (ArrayList) session.getAttribute("studentRecords") );%>
<display:table name="test">
<display:column property="UniversityN" title="ID" />
</display:table>
if I give and student_id that suppose return empty I did get Nothing found to display , but if it suppose have something to display I only get ID, by the way the (ArrayList) session.getAttribute("studentRecords") is get form my servle, it work !!
Thank you!