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

External Pagination - DisplayTag or JMessa

Can someone please share complete code for external pagination using display tag in JSP and/or servlets. Please no hibernate, spring or struts 1 or 2. (I don't care if you have MySQL or DB2 or Oracle on the backend). If you don't have this, can you…
Gaga
  • 1
  • 1
-1
votes
1 answer

How pass 5 parameters to Action.java with displaytag

would like to spend more than one parameter using displaytag component. Now I can pass a parameter like the example below.
Angraell
  • 11
  • 2
-1
votes
1 answer

MY code is only displaying the input which i entered at the very end. I have attached my full code. PLEASE help me find where i am doing it wrong

QUESTION: WAP to enter id, name, age and basic salary of n number of employees. Calculate the gross salary of all the employees and display it along with all other details in a tabular form, using pointer to structure. ---> #include…
-1
votes
3 answers

How to impliment the TableDecorator?

How to impliment the TableDecorator in my project.Can anyone provide me the steps or code for that.
Anshul
  • 635
  • 2
  • 11
  • 27
-1
votes
1 answer

How to use display:table for to diplay map within a list

I have a VO object which contains string + a map property. This object is forming a list and then I am trying to use display:table to display this list. For all string properties display:column is fine but for the map code using display:column is…
Prakruti Pathik
  • 392
  • 4
  • 17
-1
votes
1 answer

Invoking a JavaScript function inside display column (Display Tag)

I am trying to invoke a JS function within display column but for some reason the links are not showing up. Am I doing anything wrong in here?
Mike
  • 777
  • 3
  • 16
  • 41
-1
votes
1 answer

How to resolve Unterminated <display:column tag in display tag?

I am using Display tag library and inside one of the columns I got a function which submits to a particular URL. For some it is throwing Unterminated <display:column tag which is pretty straight forward and I do have the closing tag but still it…
Mike
  • 777
  • 3
  • 16
  • 41
-1
votes
1 answer

How sortable attribute of display:column tag works?

I wanted to know how the sortable attribute adds the href of the column header while displaying on the table. when I click on the header table will be sorted. I am bit of newbie to Display tags.
-1
votes
2 answers

PDF export link not displaying with display tag

I'm coding a web app with struts2 and using the display tag. The PDF export link is not appearing, while the Excel and CSV links do. What can I do? This is the display tag in a JSP:
shreyas
  • 63
  • 8
-1
votes
2 answers

Click on dynamic div element which is inside frame using java Selenium WebDriver

I have to Click on a dashboard which gets display after clicking on a menuitem .And both menuitem and dashboard are in different frames .
krishna beenavoina
  • 297
  • 1
  • 3
  • 9
-1
votes
1 answer

Display tag ver 1.2

I have an issue with displaytag 1.2 and struts. I am using pagination of display tag. when i 'go' in page 2 and I click sumbit I lost all the value of the list. How can I keep track of those values? I mean, in my action i have only the value of the…
user3907398
  • 16
  • 1
  • 2
-1
votes
1 answer

Changing data in display tag table based on condition

I am displaying data using display-tag like where…
-1
votes
1 answer

Error in tag pagination

When I am printing value via iterator value gets printed, when I am using tag for same purpose I am getting no value to display message. Working Iterator tag code:
Akash kumar
  • 981
  • 3
  • 14
  • 27
-1
votes
1 answer

How to show image in between display tag library using?

I am fetching all list of bean object, with I want to display images in between display tag columns from display tag library. How can I do? Also I want use Struts tag library in between display tag library. I did this but output not shown.
Vishal Shah
  • 641
  • 6
  • 17
-1
votes
2 answers

How to get each checkbox textfield value

addBook.jsp
gjman2
  • 912
  • 17
  • 28
1 2 3
40
41