Tagged Questions

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.

learn more… | top users | synonyms

9
votes
1answer
507 views

Controlling the placement of the paginator

According to the docs, Displaytag can be configured to put a paginator before or after the generated table element via the paging.banner.placement property. However, I would like to place the ...
6
votes
6answers
4k views

How to reuse a Criteria object with hibernate?

I'm trying to do query result pagination with hibernate and displaytag, and Hibernate DetachedCriteria objects are doing their best to stand in the way. Let me explain... The easiest way to do ...
4
votes
2answers
2k views

Can anyone show me good tutorial for display tag?

I want to use display tag but don't understand the official documentation. Can anyone show me other good tutorials?
3
votes
1answer
167 views

Equivalent of DisplayTag for Velocity templating?

I'm searching for a component that I could plug into a velocity template such as displaytag available for JSP? I need a table renderer with pagination and autosorting. Let me know if any idea. ...
2
votes
1answer
193 views

DisplayTag library question - Problem with Html Tags

<display:column title="Email" autolink="true"> skushwaha@sitmobile.com<br> satworld98@gmail.com<br> </display:column> I am getting the o/p as <a ...
2
votes
5answers
555 views

Add new row in a table after each row

Table: <table id='t1' style='border:1px solid #000000'> <tr> <td><span id='flight_1'>1</span></td><td>1</td> </tr> ...
2
votes
2answers
868 views

DisplayTag pagination vs Hibernate Pagination

Display Tag provides pagination feature from the given object. Hibernates provides option to fetch only required record per page.In My project we are using both the concept. Display Tag: I need to ...
2
votes
7answers
971 views

DisplayTag error

I am using the DisplayTag with pagination to display a List objects. The Transactions has a property called 'company' / getCompany() which is the Company object. The Company object contains a String ...
2
votes
2answers
4k views

How to set the row id [ TR ] and column id [ TD] in displaytag?

I am using Displaytag to display the DataGrid. Now, I have to change the color of rows based on some calculation. Like if the value of column3 + column4 > coulmn5 then the row color should be yellow ...
2
votes
5answers
6k views

how to format currency in displaytag

I am getting the value of amount like 4567.00 , 8976.00 etc. Now while dispalying this value in displaytag i would like to print it as $4567.00 instead of just 4567.00. How can i do that? Provided i ...
2
votes
2answers
11k views

How can i get checkbox values from struts2 checkbox in displaytag to action class

I am working on struts2 application in which i am using displaytag for pagination support. Now i want a check box for each row in the table for that i am doing this. <display:table ...
2
votes
5answers
5k views

How can i create a link in displaytag?

I want to create edit , delete link in display tag with struts2. How can i do so ? If anybody knows please help me .... i am doing this. <display:column property="id" title="ID" ...
2
votes
3answers
1k views

displaytag: suppress zeros in HTML table

I have a HTML table that's generated in a JSP by the displaytag tag library. I would like to suppress any zeros that appear in the table, i.e. they should be replaced by a blank cell. Is there any ...
1
vote
0answers
21 views

displaytag - issue with export, when radio button is displayed with media=html

I am using displaytag library for displaying table. following is the jsp code snippet. I need to display a radio button on each row. since i do not want to export this i have kept media="html. In ...
1
vote
1answer
96 views

Display tag Issues with pagination and sorting

I am using display tag to render tables in my application. When I click either pagination or sorting, it's querying the database again and then sorting/paging. In my opinion, when we are only ...
1
vote
1answer
69 views

java.lang.SecurityException in Stuts2 with display tag

HelloWorld is my ActionSupport class and the pop method is loading the values to countryList object of Country class type. package example; import com.opensymphony.xwork2.ActionSupport; import ...
1
vote
1answer
79 views

Anything like DisplayTag's “media” field in jQuery DataTables/TableTools?

I'm in the midst of converting some tables that are using DisplayTag over to using DataTables w/ the TableTools plugin for export. One nice thing about the former is that there's a media field for ...
1
vote
1answer
87 views

displayTag: how to change displayTag parameters

I want to change the ugly displayTag (tableid) parameter from d-bunchofnumbers-p to a URL friendly one. I also want to change the sort and page parameters as well. Is it trivial to do this? If so, ...
1
vote
0answers
160 views

display:table adds padding/margin in webkit browsers but not FF or IE

I'm working on some boxes where I'm forced to using the following css on a div in order to make it look right: display:table; It works fine in Firefox + Internet Explorer, but I just noticed that it ...
1
vote
1answer
50 views

display tag always using the last action

I am using displaytable tag to display a table. Below is the code snippet of the same. <display:table export="false" id="admin" class="displaytag" ...
1
vote
1answer
328 views

Displaytag last row's jquery dialog cant load ajax

I am using struts 2 + display tag and Struts jQuery plugins in my project. I am having some issues using the display tag. This is my current markup: <display:table style="width:100%" ...
1
vote
1answer
261 views

How to jump to specific page number using display tag in Spring framework

I want to jump to a specific page number using display tag with a textbox and a "go" button. On the click of GO button calls a javascript in which it should go to that specific page through that .htm ...
1
vote
1answer
136 views

how to work with rows in struts using display tag…?

In jsp I'm using Display tag to print a table. I want to display multiple properties in a single row. Suppose I want to show some information about the particular content of that row. ex row1 ...
1
vote
1answer
42 views

Column's Sortable changed table's background color

I've a table which is: <display:table cellpadding="2" cellspacing="1" name="${xxx}" id="xxx" styleClass="black11" bgcolor="#b3b3b3" export="true" and when I add sortable to ...
1
vote
1answer
200 views

How display tag renders the data in JavaEE?

From the time I started working with JavaEE, I've made ​​my way paginating a list in the .jsp, but I have seen many of Java developers are using display tag library, why, I don't know, as I know ...
1
vote
3answers
150 views

make displaytag work when javascript is disabled

i understand that displaytag library uses javascript extensively. my question is: is there a way to bypass that and make it work when the javascript is disabled in the browser. if there isn't, is ...
1
vote
1answer
853 views

DisplayTag Server-Side Paging

¿ How to paginate server side using DisplayTag (and Spring MVC)? My controller code is like this: @RequestMapping("/cuenta/refreshCombos.do") public ModelAndView refreshCombos(HttpServletRequest ...
1
vote
1answer
417 views

DisplayTag Export and Links

I'm using the DisplayTag library 1.2 and on the export all links are exported as text. How to remove the links from export.
1
vote
0answers
148 views

adding a “title” attribute to the THEAD tag within the displayTag library?

Does anyone know how to add a "title" attribute to the ANCHOR tag within the THEAD tag of the displayTag library? I am able to add a "title" attribute to the tag but I'm looking to do this ...
1
vote
1answer
198 views

Is there a way to hack display:table to make the table element values submit as input elements?

Is there a way to make <display:table> to make the table element values submit as input elements in my Struts 2 application using JSP's and the Display Tag library? So, given ... <form ... ...
1
vote
1answer
1k views

JSP pagination without retrieving the data at once

I need to display the entries from one of my database table. Of course the data is huge, so I have to show the results on several pages, and that without getting all the data at once, but as the user ...
1
vote
2answers
2k views

Display tag pagination problem

In display tag i used pagination feature ,when i want to see the list of 15 rows but display tag featch all the rows from database. every time when i click on pagination number,it featch all of the ...
1
vote
0answers
157 views

Display Tag with serach feature (like Jquery)

i want to know how to implement Display tag with Search feature, like on giving a letter , based on that , the data in the tables should sort or display, if there is no data, an error message should ...
1
vote
1answer
669 views

Exporting data with Display Tag and external pagination

We use the Display Tag Library to display grid data in our JSP's. We use external sorting and pagingation. And we also use the library's export feature to allow exporting to Excel or PDF. Issue ...
1
vote
1answer
473 views

Memory usage concern for using display:table jstl tag

I have written my jsp using <display:table> to display search results. The <display:table> requires a javabean list to be passed in as an argument. Currently a controller will build the ...
1
vote
1answer
393 views

Does Displaytag stash the “media type” in a page or request attribute?

When you enable "export" from Displaytag, the tag code gives you links with special magic parameters that the tag recognizes as indicators that the table contents should be exported (as CSV, Excel, ...
1
vote
1answer
283 views

Individual Table DisplayTag Settings

I'm using displaytag to list information on my website and its working well. The problem I'm having is to do with the messages as defined in displaytag.properties. My website displays different types ...
1
vote
1answer
2k views

Using DisplayTag library, I want to have the currently selected row have a unique custom class using the TableDecorator

I have been trying to figure out how to highlight the selected row in a table. In my jsp I have jsp scriplet that can get access to the id of the row the displaytag library is creating. I want to ...
1
vote
1answer
655 views

DisplayTag library question - Is it possible to add more info to the standard Excel export?

I'm using the DisplayTag library (http://displaytag.sourceforge.net/) for tables in my JSP and I'm taking advantage of the export functionality that comes with it. I want to export the table contents ...
1
vote
2answers
717 views

Conditional column using JSP

I recently started using the DisplayTag library and I've run into a problem. I'm trying to create a column that will allow the user to link to another page if that other page will actually have ...
1
vote
2answers
496 views

Hibernate displaytag big lists

I'm using displaytag to build tables with data from my db. This works well if the requested list isn't that big but if the list size grows over 2500 entries, fetching the result list takes very long ...
1
vote
1answer
6k views

displaytag external paging/sorting and getting true row number

I'm using external paging/sorting with a custom TableDecorator and the following DisplayTag table in a JSP: <display:table id="ixnlist" name="pageScope.itemList" sort="external" ...
1
vote
2answers
8k views

sorting HTML tables with displaytag JSP tab library

I'm using the JSP displaytag tag lib to create HTML tables. I'd like the user to able to click on a column header in order to sort the data. My JSP code is shown below: <display:table ...
0
votes
0answers
5 views

paging in display tag 1.2

I am using Struts Portlet Framework , with websphere portal app server using display1.2 tag to render a data table with external sorting feature I just finish implementing its PaginatedList datatable ...
0
votes
1answer
24 views

java.lang.ArithmeticException: divide by zero in displaytag

I am using display tag in portals(Struts Portal Framework) deployed in websphere portal, using external paging using value list paging (implement PaginatedList) a strong exception has shown up ...
0
votes
0answers
10 views

display tag- customze

I am using display tag in jsp page. I want to customize the display for NO. of pages I want it to display like this: First | Prev 2 of 10 Next | Last How can I do this? Please help me. I have ...
0
votes
0answers
10 views

Change sortable css in displaytag

I want to change the displaytag css for sortable a tag. 1) By default the color of sortable column is blue. However, it needs to be changed to black. 2) I also want the ascending and descending ...
0
votes
1answer
40 views

How to format the Displaytag total value in Indian format?

I have implemented custom decorator and formatted the numbers in Indian format style. But how do i do this for total. Below is the code which i used. Give me an idea to format total value. ...
0
votes
1answer
18 views

displaytag.properties location in a maven web project

In a maven web project (developed with Eclipse on JBoss), I have put the file displaytag.properties paging.banner.placement=both in the following three locations: ...
0
votes
1answer
15 views

DisplayTag - where are all the libraries/classes?

I've downloaded the DisplayTag 1.2 jars but I cannot find in the jars libraries such as org.displaytag.jsptests org.displaytag.test org.displaytag.sample and classes such as: ...

1 2 3 4