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

More than one form in one view. Spring web flow + displaytag + checkbox

I have a table, using display tag, in my application, that is using spring web flow. I would like to have a check box in each row, a button that allows me to select/uselect all and a button to execute a function. After clicking the button, the…
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
1 answer

How to format the text in a column using displaytag?

I am having a problem in display tag. In my application am having a drop down list called "city" with different values hyd, b'lore,and etc. So when we select one option from the city drop down list and click on submit then a table data is…
Vidya
  • 21
  • 3
  • 9
0
votes
2 answers

How to declare the runtime value of UID in display tag?

I'm using the same jsp for three different modules. Because the three modules contain nearly 10 to 12 columns common. So i'm using the same jsp for three modules. What my problem is am using the "KeepStatus = true" in the inside of the…
Kallar_Mannargudi
  • 485
  • 1
  • 4
  • 10
0
votes
1 answer

"Nothing found to display" error in display-tag

Following is my code to display rows using display-tag in struts 1.3 but it always shows: Nothing found to display. I have checked ResultSet and ArrayList object, they all contain data.
kunal18
  • 1,935
  • 5
  • 33
  • 58
0
votes
1 answer

Last row repeats in DisplayTag table

I get all rows in displaytag table same values i.e. It displays same values for all rows (i.e. last row values) Below is the Action class snippet where I set the values in formbean public class FormIdSearch extends Action { ResourceBundle…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

applying display tag to my project but failed in struts config file

I am applying display tag to my jsp in struts but not able to do it please check out 1.strutsconfig
0
votes
1 answer

using display-tag in serlvet jsp

I have a servlet which makes a database query. Now I need to forward the final resultset to my jsp page and then display the rows using display-tag. How to do this? How to transfer the resultset from servlet to jsp. Can't forward resultset directly…
kunal18
  • 1,935
  • 5
  • 33
  • 58
0
votes
1 answer

how to pass value from displaytag to new window and display it?

I have tried <%-- property="request_id" > --%>
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Improper href in display tag table:Pointing to wrong location

I have below display table I…
happy
  • 2,550
  • 17
  • 64
  • 109
0
votes
1 answer

Display get the next value in the tabl

I need tips to get the next value in my table displayTag. Actually I am using display tag to display information on contract
Snk_
  • 3
  • 4
0
votes
1 answer

Populate a list element on to jsp using display table

I am trying to populate the list "li" from the LoginAction on to the jsp page using display-table.And that list should be selectable.But when i run my jsp it says "nothing found to display".What might be the problem.And is display-table a better…
user1046671
  • 201
  • 3
  • 13
0
votes
0 answers

Display tag prefix and spring webflow

I am working on an interface using Spring web flow. I have this [B]uebersicht.xhtml[/B]
Blanca Hdez
  • 3,513
  • 19
  • 71
  • 93
0
votes
1 answer

Displaytag export file is saving without extension

The file name only coming when saving the exported file, how can we have the .xls or .pdf to come by default when an excel or pdf on saving the file.
j1s
  • 160
  • 2
  • 18
0
votes
1 answer

Hooking into Display Tag pagination events

Does the Display tag JSP tag provide a way to hook into pagination events, so that you can execute your own code when the user pages the data? I couldn't work out how to do it from the docs. Thanks in advance.
John Topley
  • 113,588
  • 46
  • 195
  • 237
0
votes
2 answers

Displaytag pagination not working while using back button

I'm using pagination in page1.jsp and I have links to page2.jsp. I have back button in pag2.jsp I'm in page1.jsp at pagination =2 If I click on links to page2.jsp and back to page1.jsp it showing page1.jsp with pagination=1 Can anybody help out…
vinoth
  • 471
  • 3
  • 7
  • 14