i am using diaply tags library for displaying my tables.But i cant use the <% %> tagst there.If i try to us it it gives me error.but i can use tag there. If i try to use followin code in my jsp it give an error sayin shoul hav a matcheing ending tag. i have follown java code in jsp
List<Course> = (List<Course>)request.getAattribute("crc");
here Course is a class/bean.
can anyone suggest me such library that i can use with struts for auto paging,displaying list in tables,and with other features provided by display tag.I want to use struts and i want the view to look good and yet easy to devlop.that is i want to achieve high class userinterface with littel effortr toward displaying o/p / view.
can anyone provide the example of disploay tag with struts