Re: Issue with Tag

2010-04-25 Thread Denis Cabasson
I recommend using displaytag for displaying tables in JSP : http://displaytag.sourceforge.net/1.2/ It comes with support for Grouping (see http://displaytag.homeip.net/displaytag-examples-1.2/example-grouping.jsp ) which is the feature you are looking for. I love displaytag for its ease of u

Issue with Tag

2010-04-25 Thread Thangavel Loganathan
Hi !! am newbie to struts taglib, my requirement is want display the values from DB in which there many fields includes date,resource_name, time and etc.. Based on these 3 criteria i want display in table. i am getting the values from DB with request scope... and am iterating using taglib, t