Tagged Questions

0
votes
0answers
19 views

Where is Displaytag.tld(not jar)

I am not seeing the .tld file in my downloaded folder. I only see jar files. What I am missing? My problem is that, I can't refer like this in my jsp <%@ taglib uri="http://displaytag.sf.net" …
0
votes
2answers
60 views

can we use rowspan and colspan in displaytag?

i have to create a table, whose structure is like this |--------------------------------| |col1|col2| col3 |col4| | | | col3.1 | col3.2 | | …
0
votes
1answer
36 views

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 …
0
votes
1answer
102 views

Hitting a different Struts action with DisplayTag Pagination

Hi, I'm trying to implement displaytag pagination with a little different funcitonality. Basically, I have 3 displaytag tables on my jsp, and when the user wishes to see the next set of results on …
0
votes
2answers
91 views

How to Pass hidden variable using displaytag

I am developing application using spring web mvc.. For displaying purpose i am using displaytag library.. Here is the code for that : <display:table uid="intf" name="${model.interfacesList}" …
0
votes
1answer
174 views

Help needed for integrating Displaytag with spring web mvc

Hello All.. I just wants to know that is it possible to integrate Displaytag with spring web mvc ? If it is possible then can anybody please provide some tutorial or links for that ? Thanks in …
0
votes
1answer
419 views

struts 2 display tag checkbox

my code is request.setAttribute( "test", (new userarray()).getUsers() ); my fieldValue="%{test.checked} is not working properly as when i click on submit the checkboxes …
0
votes
1answer
153 views

Struts2 + Displaytag: Need to render with paging..

Hi at all.. this is my problem. My JSP need a pagination. Original version is this: <s:iterator value="listSurveyToRender" var="s"> <tr …
0
votes
0answers
379 views

Pagination is not working after search form is submitted and result is shown

Hi, I'm developing a portlet by using Spring. In one of my JSPs I have a form where user can input search parameters ans submit. Both formView and successView is configured to be the same JSP page. …
0
votes
2answers
110 views

What tag libraries you know for J2EE JSP, something like displaytag, tinyMCE, and other useful stuff for new J2EE Developer ?

What tag libraries you know for J2EE JSP, something like displaytag, tinyMCE, and other useful stuff for new J2EE Developer.
0
votes
2answers
654 views

In Display tag, on giving a property in the display:column tag, that property gets printed as a column. What should I do to print the same as a row?

In jsp I'm using Display tag to print a table. In Display table tag, on giving a property in the display:column tag, that property gets printed as a column. What should I do to print the same as a …
1
vote
2answers
300 views

How to set the row id [ TR ] and column id [ TD] in displaytag?

I am using Displaytag to display the DataGrid. Now, I have to change the color of rows based on some calculation. Like if the value of column3 + column4 > coulmn5 then the row color should be yellow …
2
votes
5answers
815 views

how to format currency in displaytag

I am getting the value of amount like 4567.00 , 8976.00 etc. Now while dispalying this value in displaytag i would like to print it as $4567.00 instead of just 4567.00. How can i do that? Provided i …
3
votes
5answers
1k views

How to reuse a Criteria object with hibernate?

I'm trying to do query result pagination with hibernate and displaytag, and Hibernate DetachedCriteria objects are doing their best to stand in the way. Let me explain... The easiest way to do …
1
vote
0answers
48 views

Displaytag: Controlling the placement of the paginator

Hi According to the docs, Displaytag can be configured to put a paginator before or after the generated table element via the "paging.banner.placement" property. However, I would like to place the …

1 2 next
15 30 50 per page