Dear All ,
I am having a List<Menu> called menuList with 1 parent menu having 5 child menu objects. Menu object contains menuName . This list is placed in session scope.
I want to display the above list using jstl in
jsp by table element.
Now my requirement of displaying the above list is
per Row only 3 td elements should be there.