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.
0
votes
0answers
13 views
Clear displaytag sessionscope data
I am going through the development of the web application which uses displaytag to display the data from database on JSP page with the export and pagination facilities, its working fine but the ...
0
votes
1answer
14 views
How to define displaytag.tld offline?
I want to define my displaytag.tld offline so that my application will no longer need to access uri="http://displaytag.sf.net", i put
<%@ taglib prefix="display" uri="/displaytag"%>
in my ...
0
votes
1answer
40 views
Column of buttons in a table in JSP using displaytag and struts 1.3
I need to display the table containing a list of users (id, name, etc) and place the buttons to delete specified user in the last column. Something like this:
############################
| ID | name ...
0
votes
3answers
40 views
CSS works on Chrome but not on FF nor IE
I have the following HTML/css simple code on this site www.habitacionalkids.com.ar on chrome there is no problem but when I open it on FF or IE I have one divs missing. I'm using very similar code on ...
0
votes
3answers
27 views
DisplayTag convert timestamp into date
I don't know if there is a question like this but I didn't find what I was looking for.
This is the problem:
In my database I have a table that has a value (String) of a timestamp. (i.e. ...
0
votes
0answers
38 views
displaytag ajax dynamic column list
I am using displaytag in ajax form.... but its difficult to load dynamic column list with
<c:forEach var="cl" items="${List}">
<display:column property="${cl.property}" ...
0
votes
1answer
79 views
how to get values from display tag to java code?
There is a jsp page where I put my name and this display column shows the occupant details.It shows occid, firstname etc. The prob is that I want to use this occid in toggle1(occid) and toggle2 but ...
1
vote
0answers
25 views
Displaytag in struts2 checked columns dissappear when changing pages
i have this problem with displaytag...when i check some rows in the table and after go in another page for checking others the checked elements of the previous page disappear.
If i return to the ...
1
vote
1answer
25 views
Submit id value from displaytag
I generate some table using DisplayTag library and Struts2. And I need to post object id in form because I need to know what object I should delete.
Here is my code:
<display:table name="clients" ...
0
votes
1answer
35 views
How to change the width of the column when using <display:column> and when using table-layout:fixed
I have specified the width of the column but I dont see any change in the width.Please help me. Thanks in advance.
My code:
<div style="height: auto;">
<display:table ...
0
votes
1answer
62 views
how to implement GO TO page number feature in DisplayTag in JSP
I am using the display tag in JSTL for implementing the Pagination in the JSP pages.
I am looking for the following features
When I click on NEXT / PREV Links, its going to the next pages,
ie if I ...
1
vote
1answer
39 views
how to cache the objects for display tags in jsp JSTL
I am using the displaytag for the pagination purpose.
Now from the DB, I have a millions of records, to go one from the other page, its taking a quite longer time.
Is there a way we can cache the ...
1
vote
1answer
37 views
Struts2 Tag inside DisplayTag
I want to insert struts2 tag inside display tag
Display Tag:
<display:column
title="Number of Requests"
property="quantity" format="{0,number,###,##0}"
sortable="true" ...
1
vote
2answers
40 views
How do I display the first name only?
the data.txt file contains:
Manyana, Michael, 30
Henderson, Marge, 22
Striker, Nancy, 32
Johnson, Fred, 12
Ryan, Renee, 22
I would like to know how to display the first name only and store it into ...
0
votes
0answers
35 views
Not able to navigate to next page on Submitting form in displaytag pagination
I have used the link Submit form in a displaytag pagination and able to submit my form But when i click on 2 page, it comes back to same page.
Update
<html:form method="POST" >
<a ...
1
vote
1answer
37 views
showing the result of a jquery on a web form
Probably a very simple answer, but im only new to this.
I have a form that I am modifying from an existing form my company has. This form has a jquery that picks up the next availible claim number ...
0
votes
2answers
96 views
How to save data from editable fields (input,textarea) in display:table (display tag library)
I need to save data from input tag inside display:table. I am expecting some listener or some mechanism to process my current shown table. Please guide me. Thanks
Technology in use:
Struts 1.2, ...
0
votes
0answers
60 views
display:caption doesn't work for export in excel pdf
I' ve got this code in a jsp page
<display:table class="displayTag" sort="list" export="true" pagesize="20" name="requestScope.results" defaultsort="0" defaultorder="descending">
...
1
vote
0answers
40 views
Common column header in display table Struts2
___________________________________________________________________
|___________ ABCDEFGH__________ | ____________ XYZWGHI__________|
...
1
vote
0answers
20 views
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 ...
0
votes
0answers
17 views
Struts 2 pagination issue
I am using display table and pagination to show my records and on each record I have an action to activate and deactivate it. The issue happens when I am in the 2nd page and perform the action it ...
0
votes
0answers
42 views
DisplayTag with AJAXTags
These days i am looking a way of doing displaytag column sort and page navigation with out reloading the page. then i found a thing called ajax tags
(AJAX Displaytag)
and i couldn't find more detailed ...
0
votes
1answer
72 views
How to pass a display:column parameter to controller in spring?
I am trying to pass a parameter value from the list in display table, I tried onclick for the href but it's throwing an error called attribute onclick is not available in displaytag. I even tried with ...
0
votes
1answer
42 views
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.
<display:column value="response" url="/response.html" paramId="respID" ...
0
votes
0answers
36 views
how to use javascript to hide the display tag property
when I use the html code, I can hide the property, for example, because media="none" worked
<display:table name="listRoomBydep" pagesize="16" id="row" class="list" >
<display:column ...
1
vote
1answer
160 views
Struts 2 display tag/radio button
I had a working display tag radio button with the below code. Below is the code :
<s:form action="deleteUser.action" method="post">
<display:table id="conf" name="users" ...
0
votes
1answer
104 views
DisplayTag with struts2 error
I am trying to create a paginated table in Struts 2 using DisplayTag and I can´t make it work.
I have created the following files:
Class's name Profesores.java:
package ...
-2
votes
1answer
151 views
how to call displaytag without loading the whole page? [closed]
this is where i call the displaytag table with jQuery
function chargerTable(){
jQuery.ajax({
url: 'consultValueTable?table='+$("#idParametre").val(),
success: ...
2
votes
1answer
101 views
How to pass a value of a column as a parameter from another column in displaytag using struts2
In the below code, I am trying to pass 2 parameters from <display:column> tag. I have to pass code and level properties to an action(as shown below). I am not able to pass value of another ...
0
votes
0answers
104 views
Copy value of textfield into row of a table in html
The table has 3 columns, the second column (User Defined) has it's default value is coming from database, user defined is a textfield. The user may change the default value, currently in use shows the ...
0
votes
1answer
367 views
Struts 1 Delete Confirmation using display tag in jsp
Im trying to show a delete confirmation box once the user clicks the delete button within the display:column. I have the dialog to show up but once the user confirms that he wants to delete the action ...
1
vote
1answer
198 views
Displaytag struts 2 go to specific page
in my project i'm using display tag. The problem comes when the results returned are like e.g. 300 pages. The user needs to jump to page e.g. 200 but he can't. He needs to go slowly there ( 5 pages at ...
2
votes
2answers
176 views
struts 1.3 tiles with Display Tag
Let me explain the problem in very simple manner,
In my app, I've a JSP which contains 2 tiles.
Tile 1 is a jsp containing Search Form. Suppose it has only one search parameter that is set into ...
0
votes
1answer
248 views
Struts 1 action not getting called within javascript function in jsp
I am using the display tag to display my list onto a table. I am trying to have a button to delete a row based on the row id. The id is getting passed to my javascript function but the action is not ...
-1
votes
1answer
167 views
Using <c:out> tag to set var in jsp by using the <c:set> 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 ...
0
votes
0answers
42 views
Display Table Scrolling is not working
I am using this display table in my jsp ... but the scrolling for display tag is not working for this code..
Display table in jsp:
<div class="displayTableFrame" style="margin-top: 20px; ...
0
votes
0answers
34 views
Jmesa 3.x how to export all property which is displayed on jsp
I have one jsp which display user details
properties : username and emailid
I can export it in jmesa but i need to define same properies in action class also.
As display tag will export data ...
0
votes
1answer
299 views
Spring mvc mapping + displaytag pagination/sort
I'm trying to use display tag library in my project.
JSP:
<display:table name="rooms" class="table table-striped" pagesize="5">
<display:column property="name" ...
0
votes
1answer
39 views
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 ...
0
votes
0answers
89 views
Not showing Excel Pop Up in Display Tag
I am using Display Tag to export excel.
The Problem I am facing is :
When I click on Export to Excel it is populating the values just above display table.
It is neither getting exported nor giving ...
0
votes
0answers
71 views
tooltip on displaytag column
I want to show certain tooltip or information on displaytag column.
Is there any quick and easy workaround?
<displaytag:column property="myCode" titleKey="myCode" sortable="true" ...
1
vote
2answers
302 views
Category block has DISPLAY:none - Prestashop
I have a problem, I don't know why, but my prestashoop categories stoped working. They just dissapeared.
I've checked the code and in some magical way the display:none is applied to the element.
...
0
votes
0answers
43 views
sort numerically not alphabetically using displaytag
I am using displaytag,While sorting the data I am getting output like
1
10
100
2
3
instead of numerical sort. I change the datatype to number. so while doing orderby query in
database ,it sorted ...
-1
votes
2answers
170 views
Unable to create link inside display tag with struts2?
Please see the below code, I am not able to generate link inside display tag, the attachment attribute is not null and taskHistory HAS attachments. With this code I only see http://anyhost.com/user/, ...
1
vote
2answers
334 views
Submit form in a displaytag pagination
I'm using spring portlet mvc and JQuery. The thing is that I need to submit my form when I click the paginating links from the displayTag (when I try to go to the second page for example)
...
1
vote
0answers
333 views
Implementing External Paging and Sorting Using Display Tag In Struts2
I need to know how to implement the external paging and sorting method of displaytag in struts2.
In the reference documentation, there is only jsp page information.
Further they provide that a ...
0
votes
0answers
153 views
Display tags vertical table layout with vertical column headers and horizontal data
Is there any way to specify to displaytag to create a table vertically by
shifting the colun headers to left side than the top i.e.
column1 | column 2 |
data 1 | data 2 |
should be ...
0
votes
0answers
125 views
display tag export option to open xlsx file using java
I have problem I am using display tag export option. I am able to view my excel file with 2003 office. But getting error for 2010 office . Is there any way to export .xlsx file using display tag as ...
-4
votes
1answer
281 views
Export with displaytag [closed]
I am using displaytag tag library to export the data, but my data is coming out like this:
<a href=../status?status_index="78190" /a>
However I want the HTML markup to be stripped during the ...
0
votes
1answer
253 views
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 ...


