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
4
votes
2 answers

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 fetch all the record based on the filter criteria…
Jothi
  • 14,720
  • 22
  • 68
  • 93
4
votes
1 answer

Using Struts2 radio within displaytag

I am a newbie to Struts and I need help with using
4
votes
1 answer

Django aggregation get_*_display function usage

This question relates to Django Aggregation/Annotation in 1.1. Suppose I have a simple model with an IntegerField that has a "choices" parameter passed to it. In this case, it maps to a GENDERS tuple as shown. Normally, in a template (or view) I…
Joe J
  • 9,985
  • 16
  • 68
  • 100
4
votes
0 answers

csv export using displaytag gives html tags in the output file

We are trying to export the data from jsp to csv file using displaytag library. But we are getting all html related tags in the csv file when opened. Following changes we have made in our application for this. - imported displaytag libraries…
4
votes
1 answer

Can I hide a column in displaytag using media='none'

Can i hide a column in displaytag using media='none'? Will there be any other consequences due to this as am using the value from the hidden column in another column of the displaytag as a parameter to a hyperlink. I succeeded in hiding the column…
ashwinsakthi
  • 1,856
  • 4
  • 27
  • 56
4
votes
2 answers

Best way to get the TextProvider from the ActionContext (i18n)

I was adapting the code at http://displaytag.svn.sourceforge.net/viewvc/displaytag/trunk/displaytag/src/main/java/org/displaytag/localization/I18nWebworkAdapter.java?revision=1173&view=markup that gets the i18n resource from the key in Displaytag…
mmalmeida
  • 1,037
  • 9
  • 27
3
votes
1 answer

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:
3
votes
2 answers

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?
Ashvin Ranpariya
  • 661
  • 2
  • 13
  • 25
3
votes
1 answer

Displaytag + Tomcat -> silent failure

I'm trying to rehabilitate project which is approx 10 years old. It is a java webapp which used to run well in Tomcat 6. There is a small cluster of modules which were variously built with Ant and Maven, using Java 5 and Java 6. I've now got them…
Stewart
  • 17,616
  • 8
  • 52
  • 80
3
votes
1 answer

DisplayTag library question - Problem with Html Tags

skushwaha@sitmobile.com
satworld98@gmail.com
I am getting the o/p as skushwaha@sitmobile.com
satworld
  • 119
  • 1
  • 1
  • 6
3
votes
1 answer

problem with using displaytag + tiles to export excel

DisplayTag 1.2 Spring + MVC 2.5.6 Tiles 2.0.7 I have taken a look at some other items on this site around the same subject area but none seem to answer the question of how to export a table generated by display tag into excel. I am able to…
boyd4715
  • 2,701
  • 10
  • 48
  • 75
3
votes
1 answer

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. Cheers
tamizboule
  • 511
  • 4
  • 8
  • 19
3
votes
5 answers

Add new row in a table after each row

Table:
11
22
A.W.
  • 2,858
  • 10
  • 57
  • 90
3
votes
2 answers

Memory usage concern for using display:table jstl tag

I have written my jsp using to display search results. The requires a javabean list to be passed in as an argument. Currently a controller will build the list, then the jsp displays it. My concern is that what happen…
Ken
  • 3,922
  • 9
  • 39
  • 40
3
votes
2 answers

How to map Application resources key in display tag titlekey?

I have tried to use Application resource properties in display tag title key. Nothing displayed. Please help to proceed. I am using struts2.
Jothi
  • 14,720
  • 22
  • 68
  • 93
1
2
3
40 41