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

displaytag url no param value

I am using display tag to create a table. One column has a url with a parameter name and value appended.
Rpant
  • 974
  • 2
  • 14
  • 37
0
votes
1 answer

Struts 2 display tag/radio button

I had a working display tag radio button with the below code. Below is the code :
user2358426
  • 33
  • 3
  • 8
0
votes
1 answer

Struts2 + Displaytag: Need to render with paging

this is my problem. My JSP need a pagination. Original version is this:

Luis C.
  • 727
  • 3
  • 22
  • 34
0
votes
1 answer

Using tag to set var in jsp by using the tag

Within my jsp in my Struts 1 application I am trying to use the c:set tag to set the variable from my list in the display table. Each row in the table has a value (100 or 200) that distinguish which user added the entry. I want to display…
user2069471
  • 41
  • 1
  • 9
0
votes
1 answer

Spring mvc mapping + displaytag pagination/sort

I'm trying to use display tag library in my project. JSP:
smajlo
  • 972
  • 10
  • 21
0
votes
1 answer

Force reload of data for excel report

I use displaytag to show data in a table with an excel report. Every row has an checkbox that when clicked changes a flag in the database for that row. This is handled by Ajax. So when I select/unselect the checkbox Ajax updates a column in the…
Ronja
  • 1
0
votes
1 answer

Where is the displaytag of scheduled reporting?

So I have been making some reports and using displaytag to output these reports in html, csv, excel, pdf, etc. They are paginated, and take a simple object graph... and output excellent results everytime, with very little code. However, I need to…
Nathan Feger
  • 19,122
  • 11
  • 62
  • 71
0
votes
1 answer

Need A Good Example for Displaytag export with grouping column

I want a good example which show the use of decorator to export reports with displaytag. I viewed the example provided by displaytag titled "What You See Is What You Get" Exports" but onclick of "showcode", it doesn't show its source code. I am new…
user2211604
0
votes
1 answer

Magento set as position still display by price

I am a rookie, and I\’m taking over another developer\’s website. Now my problem is that I have already set Best Value in the Adm, and the Toolbar shows Position as default, But products are still displayed by price. The position option works only…
tqzhang
  • 1
  • 2
0
votes
1 answer

Can I customize pagination behavior of displayTag?

I'd like to modify the pagination behavior of displayTag. Let me explain how it will work. First, show all first 20 pages in the pagination. < 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20 > The right arrow above will not go to page 21 (it's…
Atthapon Junpun-eak
  • 540
  • 2
  • 11
  • 23
0
votes
4 answers

HTML/CSS Inline-Block no float Divs within divs

I have 3 DIVs within a DIV. The boxes will have an image. Currently they are image placeholders for future. I would like to use display: inline-block; to line them up on the same line. For some reason they are still vertical instead of horizontal. I…
James
  • 33
  • 1
  • 3
  • 15
0
votes
2 answers

Display tag show user's local time in browser Jsp

I am using display tag for table details i want to change date & time to user's local browser setting, Data in DB is UMT. IF user is from india then it will add +5:30 etc. How can i do this. I am stuck in this. Please help me.
0
votes
2 answers

web.xml configuration Display tag

How can I configure a display tag in jsp project? WARNING: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for servlet jsp threw exception java.lang.NoClassDefFoundError: org/apache/commons/lang/UnhandledException
Divyang
  • 601
  • 2
  • 9
  • 18
0
votes
3 answers

Calling a javascript function in displaytag

How to call a javascript function in struts displaytag, i want to pass id into that javascript function.Iam not getting any idea any one help me.. here how…
sakar
  • 243
  • 2
  • 7
  • 17
0
votes
2 answers

Retrieve checkbox input in display tag by using Javascript

I have used the display tag library to display my first returned results in JSP file. For further processing purpose, I need the selected checkbox values and manipulate them in the Javascript. However, I couldn't get them by using…
ShadowScorpion
  • 207
  • 6
  • 21