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

Display:table expands the height of the div. Solutions?

I have this html sequence that displays 2 bars. Because inside the first div I display an inline list, I want to use display:table because it looks nicer in this way. The problem is that it extends the div, making it bigger with 20px (and moves the…
bogdan.herti
  • 1,110
  • 2
  • 9
  • 18
0
votes
2 answers

Calling DisplayTag returns NullPointerException

We've been using DisplayTag for awhile now without any problems, but recently, we had a wonky hdd and so we had to restore some of the stuff on there. Unfortunately, DisplayTag broke and stops everything else when called:
zetaplus
0
votes
1 answer

Format the design of the table exported to excel using display tag

Is it possible to design the look of table that is exported to excel using display tag (as like in jxl) i couldn't find any information regarding this topic.Does anyone has any ideas?
Bhaskar
  • 143
  • 1
  • 6
  • 18
0
votes
1 answer

How to display panel onclick data into dbgrid and how to save the dbgrid data into a table in Canteen billing software

I am developing kiosk canteen billing software which enables the billing of items at the canteen. I have two tables in the database, one with menu and other with users. The items are displayed on panels which are created dynamically according to…
0
votes
1 answer

Perl script hyperlinks not getting displayed in browser

I've a perl script which displays a table with hyperlinks on a browser. When i use, < a href="http://www.xyz.com">7231-R I'm able to get the hyperlink-ed "7231-R" text displayed on the browser and thereby when i click on 7213-R it takes me to…
Sharath
  • 61
  • 2
  • 9
0
votes
1 answer

How to pass more than one parameters using display tag with escapeXml="true"?

I am using display tag 1.2.1 version and I want to pass more than one parameter. How to pass more than one parameters using display tag with escapeXml property true.
Lan
  • 703
  • 1
  • 7
  • 12
0
votes
1 answer

how to get the corresponding id of the row in display tag

I have a displaytag to display results. But in this displaytag, I want the corresponding occid of the row. But I don't know due to some problem, it is showing me the id of the first row only. It works as follows- when i enter a name and click on…
0
votes
1 answer

Remembering Checked Checkboxes using Display tag pagination

I actually want to accomplish the same thing a user in Remembering checked checkboxes across pages - what's the best way? asked. But not for php, I want it for java(Spring Portlet) and javascript. I`m using pagination display tag and want to…
user2703825
  • 1
  • 1
  • 2
0
votes
1 answer

displaytag.properties in multiple projects

I have several spring projects with displaytag 1.2 as dependency (ivy). Each project has its own displaytag.properties file placed under Java Resources -> resources folder. The problem is when I'm running it localy (Eclipse with Tomcat) it seems…
Banana
  • 1,276
  • 2
  • 16
  • 19
0
votes
0 answers

How to populate list data from server side to display tag using ajax in jsp

I am working on a leave approval table, where managers can approve or reject leave for this I am using display tag to populate the pending leave request.
AKV
  • 183
  • 4
  • 24
0
votes
1 answer

Display Tag unique row ID issue

I am working on employee leave application where the managers gets to see the there sub-ordinate pending leave request, they can choose to either accept or reject the request. I am trying to achieve this using display tag, I managed to get the…
AKV
  • 183
  • 4
  • 24
0
votes
1 answer

display table using display tab library

I am using displaytag library to display table. http://www.displaytag.org/1.2/ I want when a sortable column is clicked by a user ....... table will be displayed ajax way. I don't find any documentation on AJAX call in this tag library. how do I…
sanko
  • 13
  • 3
0
votes
1 answer

Struts2 custom display:tag

I have used display:table in my JSP page to display the data from Struts2 Action class
Coder
  • 6,948
  • 13
  • 56
  • 86
0
votes
1 answer

Displaytag Export Excel Issue - HTML Code inside the output excel file

Some one has had the same problem before here in SO, but unfortunately no answer for that. csv export using displaytag gives html tags in the output file Am having the same problem here. I have a table. I use display tag for exporting it in to…
madhairsilence
  • 3,787
  • 2
  • 35
  • 76
0
votes
1 answer

displaytag pagination javascript counting checkboxes

I have a displaytag table which uses the checkbox decorator to keep track of selected values in the table. I'm trying to use Jquery to keep track of the # of selected values in the table for validation purposes. What would be the best way to count…
rcheuk
  • 1,140
  • 1
  • 12
  • 32