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

DisplayTables vs dataTables

we can generate a table viz(java(as JSP tags)) and javascript (jquery and other Js plugins) but the question is on what parameters one should decide whether the table should be generated in java or using a Js library + scriptlets. i think using…
dpsdce
  • 5,290
  • 9
  • 45
  • 58
1
vote
1 answer

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 each column which specifies if that column should be…
geoffjentry
  • 4,674
  • 3
  • 31
  • 37
1
vote
1 answer

How to sort the whole display table

i have 200 records and i am displaying the data in dispaly table 50 per page , i put some column as sortable as true . but its sorting only that page(50) records only not the whole 200 records ? How can i sort the whole records.
1
vote
1 answer

display tag sorting duplicate the last action performed on the page

I have display tag like this.
kitokid
  • 3,009
  • 17
  • 65
  • 101
1
vote
1 answer

get session variable Array list into Display Tag

Hi I have ArrayList get from session in jsp. <%java.util.ArrayList OrganisationList1 = (java.util.ArrayList) request.getSession().getAttribute("organisationArray");%> Then I try…
kitokid
  • 3,009
  • 17
  • 65
  • 101
1
vote
1 answer

Displaytag last row's jQuery dialog can't 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:
Sanju
  • 3,187
  • 10
  • 41
  • 55
1
vote
1 answer

Java displaytag form option

In the documentation for displaytags there is a form option mentioned along with Iam trying to use this option to post some data onto another page which will give me the next 10 results for a paginated view. But I get a js error saying "Error:…
Deepak
  • 1,347
  • 7
  • 20
1
vote
1 answer

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 title:-How to display an image in html ? started…
user925689
  • 21
  • 8
1
vote
1 answer

Use CSS to hide some columns in a gridview

I have gridview (asp.NET) that populates automatically, and I use CSS to format it as a table. I need to set display:none for about the first six rows. I can do that with javascript, but is there an elegant way to do it with CSS? I tried: #myTable…
buckshot
  • 315
  • 4
  • 15
1
vote
1 answer

Column's Sortable changed table's background color

I've a table which is:
xx yy
  • 11
  • 1
  • 6
1
vote
1 answer

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 display tag library gets the whole list in the page,…
Denees
  • 9,100
  • 13
  • 47
  • 76
1
vote
2 answers

Hide div element inside div using css

I want to hide child div with id="checkbox-No recent experience_txh6181p" using css.
sk_nath
  • 13
  • 4
1
vote
0 answers
1
vote
0 answers

custom formatting display column tag

Guys I am using display tag in my jsp page and I am trying to use a format option in display column tag but it's not working, How can I format column tag?. For more info please check out the code below. Appreciated for any…
user10806781
  • 41
  • 10
1
vote
3 answers

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 there any other library that does what displaytag…
Zachary
  • 11
  • 3