Questions tagged [displaytag]

The display tag library is an open source suite of custom Java Server Pages (JSP) tags that provide high-level web presentation patterns which will work in an MVC model.

Display tag is a tag library for Java Server Pages (JSP) handling the pagination and sorting of result sets, with optional PDF, XML and Excel export.

607 questions
0
votes
2 answers

How to check the data from list which you pass in diplaytag?

<% name = ratecenter.get(0); %>
amit bhardwaj
  • 883
  • 2
  • 8
  • 18
0
votes
3 answers

How to center two elements which are separately wrapped in ?

I want to center a combination of css buttons in a page. I have set display: inline-block;. But they are aligning to left. I could center them if I add an additional div as parent element for the both and set them a id giving it a display:block.…
Netizen
  • 79
  • 11
0
votes
1 answer

DisplayTag with dynamic link sorting irratically

I'm hoping someone can help me with my DisplayTag problem. This is my current java JSP code
LatinCanuck
  • 454
  • 2
  • 10
  • 29
0
votes
1 answer

Jsp display table not shows pagination control

i used a Jsp display table to perform pagination and its as follows:
Eslam Hamdy
  • 7,126
  • 27
  • 105
  • 165
0
votes
2 answers

what is the taglib of display header in jsp

I am using Spring 2.5 mvc. I export data from database into excel. I did everything but when I try to use display header like below it gives me an…
kaan
  • 51
  • 1
  • 9
0
votes
1 answer

Download link option is not working in display tag

HiI am displaying table using displat tag library it is working fine but when i come to export links it is giving trouble so can any help how to do this one My code will be like this <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ page…
hari
  • 33
  • 2
  • 3
  • 10
0
votes
1 answer

Don't want certain column to be printed in the excel file using Displaytag

I have a Display Tag which has columns. In last two Columns , there are links.So when I am using export excel, the links are getting printed in the excel file which i don't want. How can I only print certain columns. My Display tag is as given …
Divyang
  • 601
  • 2
  • 9
  • 18
0
votes
2 answers

custom html inside

I was wondering if its possible to render custom html inside of column tag, that is part of display table tag. for example, i want my colum to have some dropdown list inside? Using plain html that would be like: ...