displaytag

Display tag not able to understand el or struts

Hi, I am using display tag to render my table. Inside the display tag i dynamically specify the columns to be displayed. Like... here the listExtraColumns has list of strings which are the property names in pojo. Problem is here it throws error saying %{colName} cannot be found in POJO. Pls help ...

displaytag library and selected checkbox values

I am using the displaytag library to display a list of "permission" objects. The permission object contains an id, name, value, and associated application ID. When creating a "user group" one sets the name of the user group, the description, and selects the permissions to add to it by scrolling through the list in the displaytag table ...

Dependencies for displaytag library

I am integrating the displaytag library into my web application. I have used the library at my work, but what I am currently building does not have it currently. When I went to review the dependencies for installation of the library, I noticed that it had the following listed... commons-logging commons-lang commons-collections commons-b...

Problem exporting large amounts of data in IE8 with display tag

Hi I have an issue where I cannot export a large amount of data (approx 200 rows - not that large really) using displaytag in IE8. Has anyone encountered this issue? The same code works perfectly in Firefox Thanks Damien ...

Display tag library duplicating ID's

We use Display Tag Library. We have two tables on our page with DIFFERENT id's but they are being rendered with the SAME id (the id of the first table). Why is Display Tag Library using the same id when we have supplied different id's? We only noticed this problem when upgrading our system to JBoss (from Weblogic) and upgrading to J...

how to decode URL parameters in struts web app?

I have added CharacterEncodingFilter class to encode each parameter which comes in.All went well.. I am using STruts2, display tag, tiles.. My app data contains special characters.(for e.g ™).I am seaching the data with this special character. in the display tag, for pagination and sorting it automatically creaing the hiberlink. These s...

How to add the javascript in display tag sort event?

Hi i am using display tag to display the data. on clicking on the table header link it should call the javascript and submits the page instead of navigation to it. how to do it? ...

Export more than 2000 values with displaytag's export function

Does displaytag have a max export value set somewhere. I'm using displaytag with spring 2.5 and ibatis. There are some pages that come back with more than 2000 results but when I click export only 1999 values show up in the csv. What am I missing? ...