displaytag « Table « JSP-Servlet Q&A





1. displaytag, grouping and blank lines    stackoverflow.com

I'm looking for a way to do grouping with displaytag but with the group title separated from the detail. It's probably not all that clear, so here is an ...

2. how to generate multiple tables using displaytag in jsp dynamically?    stackoverflow.com

Hey i have to generate multiple tables. User request for some thing say details of houses,so the respective data is retrieved from the database and then some calculation is performed and ...

3. How to sort the whole display table    stackoverflow.com

i have 200 records and i am displaying the data in dispaly table 50 per page , i put some column as sortable as true . but its sorting only that page(50) ...

4. is it possible to have child table in a parent table    stackoverflow.com

Is it possible to create a displaytag table with embedded child table ? Example below is to create an Employee report with his/her contact means as child table.

<%@ taglib uri="http://displaytag.sf.net" prefix="display"%>
<display:table ...