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

Menu Display Block Not Positioning Correctly

Help! Can anyone tell me what I'm doing wrong with this menu?? I can't get it to be in line with the other menu (scoot up) and the drop down doesn't stay and is behind everything. Help please :) is my site. Thanks!! This is my Website (Also I…
0
votes
1 answer

What are some good code examples using checkboxes, in DisplayCode?

Can any one send me displaytag examples. I am doing pagination using displaytag. In pagination i am getting the rows along with check boxes once user selects the needed checkbox and submits the page.I want to get the data of the selected boxes in my…
0
votes
1 answer

Make a hfer tag using display-tag library

I have the following code which generates a table according to the data in the list "dataList" using displaytag library. This works fine.
Shanaka
  • 1,670
  • 3
  • 21
  • 42
0
votes
2 answers

Unique name for row after each iteration of display Table in Struts2

I am trying to implement Survey functionality in Struts application. For each survey questions, users select one options among Excellent, Very Good, Good, Satisfactory or Poor. So, what I am trying to achieve is I need to have "unique name" for at…
user1171699
  • 101
  • 13
0
votes
2 answers

Error with display tag

I have a List of objects which has the following attributes public class ViewTestCasesBean { private String testcaseName; private String subject; private String description; private List testList = new…
user1901079
  • 427
  • 2
  • 7
  • 19
0
votes
1 answer

showing the Non property of java bean in Display tag

let's say.. I have the following java bean. Case1: (Student Bean) Integer id; String name; ArrayList subjectNameList; and using the above case1 structure, I can use to display in display tag like that.
kitokid
  • 3,009
  • 17
  • 65
  • 101
0
votes
1 answer

Export a pdf using display tag not working properly

I have the following code in my view page.
Freakyuser
  • 2,774
  • 17
  • 45
  • 72
0
votes
3 answers

How to convert this Struts2 to displaytag (date comparison)

I had Struts2 code to show a button based on the result of a date comparison like this (note that this is a simplified example of what I actually have): //…
nmc
  • 8,724
  • 5
  • 36
  • 68
0
votes
1 answer

Displaytag / Spring MVC pagination

I have a Spring MVC based JSP page which uses Displaytag to display a set of data. In the form on the page, the user can select either, or both of two checkboxes to display which subset of the data they want to see (Set "O", set "Q", or "B"…
user1071914
  • 3,295
  • 11
  • 50
  • 76
0
votes
2 answers

Use ajax call for fill display table

I'm working with portlets and spring MVC. I want to get a list of items with an ajax call and use that list as the display:table attribute. I use this ajax call: jQuery.ajax({ url:'
user1821460
  • 33
  • 2
  • 7
0
votes
1 answer

DisplayTag row color

I have a problem with displaytag, I want to change the background color of certain rows and I can't. I follow this example http://raibledesigns.com/rd/entry/displaytag_changing_a_row_s but nothing happens. Here is my jsp : <%@ taglib…
user1331582
  • 105
  • 1
  • 4
  • 11
0
votes
1 answer

displaytag in Struts2 is unable to find the properties with capitalized first letter

When I'm displaying the properties with name user_id its perfectly showing. But If I want to display the values like "User_id " its prompting to cant find the property (NOMETHODFOUND EXCEPTION) and also Inappropriate OGNL expression: (d - 49216) - s
Das
  • 87
  • 1
  • 10
0
votes
2 answers

Display text when MySQL Column is 1

So here is what I have... the issue is it is giving me errors and I cant get it to work for the life of me!
0
votes
1 answer

Using displaytag with Spring and tiles 2.0

i want a little help. I have a web application using Spring MVC and tiles 2 and i add displaytag yesterday but when i want to export the table in any format iget redirected to a page with the data of the table in a row. Here is my web.xml
user1331582
  • 105
  • 1
  • 4
  • 11
0
votes
1 answer

Hibernate criteria addOrder messes results

My User table looks like this: USER ( "USER_ID" NUMBER(15,0) NOT NULL, "TYPE" NUMBER(2,0), "DOMAIN_ID" NUMBER(15,0), "FIRST_NAME" VARCHAR2(64), "LAST_NAME" VARCHAR2(64) NOT NULL, "EMAIL" VARCHAR2(256), …
kamil
  • 3,482
  • 1
  • 40
  • 64