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
1 answer

how to get current row object in dispaly tag when using RowSetDynaClass

I am getting data into resultset and convert it RowSetDynaClass. I am passing this RowSetDynaClass in Display tag to display list. I am also using Decorator to generate dynamic link . below are code on jsp page ... <% RowSetDynaClass…
krish
  • 90
  • 2
  • 12
0
votes
1 answer

How can I use page parameter in a display:table tag

In my controller, I fill a list in the property "items" and I render the list.jsp. list.jsp _list.jsp
BasicCoder
  • 1,661
  • 10
  • 27
  • 42
0
votes
1 answer

Display Tag Customization

How to hide the page banner message coming from the displaytag at the bottom after the records are getting displayed in pagination. Also how to customize this message as shown here…
0
votes
2 answers

Unable to Export PDF, CSV, EXCEL in Display Tag

I am using struts2, spring3, hibernate for my Liferay portlat application. I used Display Tag 1.2 version and download displaytag-portlet, displaytag,displaytag-export-poi. I also created displaytag.properties file and also add following line in…
Pradip Bhatt
  • 668
  • 9
  • 15
0
votes
2 answers

Getting while using displaytag lib java.lang.NoClassDefFoundError: org/apache/commons/lang/UnhandledException

Getting the following exception in using displaytag-1.2 jar. I have all the necessary library in WEB-INF/lib folder. javax.servlet.ServletException:java.lang.NoClassDefFoundError: org/apache commons/lang /UnhandledException…
AKV
  • 183
  • 4
  • 24
0
votes
2 answers

tablesorter jquery - how to fix column headers

I am using tablesorter jquery to sort the column in my table. I want to freeze my table header. Is there any way to do that using tablesorter jquery? Thanks in advance. My tablesorter code: ("#rates").tablesorter({ widgets: ['zebra'], …
kishore
  • 1,587
  • 4
  • 15
  • 17
0
votes
1 answer

Div not displaying/showing - unable to assign box-shadow

A div area isn't behaving normally. Here's the link (all the styles are in theme.css files) In the HTML file there is a
which starts on line 89 and ends on line 94, has two classes assigned to it, I cannot apply box-shadow property to it, I…
user1860754
  • 33
  • 1
  • 1
  • 4
0
votes
1 answer

How to define displaytag.tld offline?

I want to define my displaytag.tld offline so that my application will no longer need to access uri="http://displaytag.sf.net", i put <%@ taglib prefix="display" uri="/displaytag"%> in my jsp but it has error, i put my displaytag-1.2.jar inside…
janell
  • 51
  • 1
  • 10
0
votes
3 answers

CSS works on Chrome but not on FF nor IE

I have the following HTML/css simple code on this site www.habitacionalkids.com.ar on chrome there is no problem but when I open it on FF or IE I have one divs missing. I'm using very similar code on other sites and works fine BUT I don't know why…
elunicotomas
  • 113
  • 5
0
votes
4 answers

DisplayTag convert timestamp into date

I don't know if there is a question like this but I didn't find what I was looking for. This is the problem: In my database I have a table that has a value (String) of a timestamp. (i.e. 1370842140205) When I get that value in my it…
Aksiom
  • 1,565
  • 4
  • 25
  • 39
0
votes
1 answer

how to get values from display tag to java code?

There is a jsp page where I put my name and this display column shows the occupant details.It shows occid, firstname etc. The prob is that I want to use this occid in toggle1(occid) and toggle2 but cant seem to use it. Is there any wait to access…
Divyang
  • 601
  • 2
  • 9
  • 18
0
votes
2 answers

How to change the width of the column when using and when using table-layout:fixed

I have specified the width of the column but I dont see any change in the width.Please help me. Thanks in advance. My code:
mukund
  • 317
  • 5
  • 10
  • 22
0
votes
2 answers

how to implement GO TO page number feature in DisplayTag in JSP

I am using the display tag in JSTL for implementing the Pagination in the JSP pages. I am looking for the following features When I click on NEXT / PREV Links, its going to the next pages, ie if I am in Page 2, its going to Page 3, But I am…
gmhk
  • 15,598
  • 27
  • 89
  • 112
0
votes
1 answer

Hitting a different Struts action with DisplayTag Pagination

I'm trying to implement displaytag pagination with a little different funcitonality. Basically, I have 3 displaytag tables on my jsp, and when the user wishes to see the next set of results on one of them it brings them to a new resultant jsp which…
Gerard
  • 4,818
  • 5
  • 51
  • 80
0
votes
1 answer

How to pass a display:column parameter to controller in spring?

I am trying to pass a parameter value from the list in display table, I tried onclick for the href but it's throwing an error called attribute onclick is not available in displaytag. I even tried with id, no luck. How do I pass this value to the…
sailaja
  • 379
  • 6
  • 15
  • 26