I am using Struts with the display-tag.
Does anyone have a solution for the export.amount bug?
setProperty export.amount with value=list does not work <display:setProperty name="export.amount" value="list"/> does not work, it returns an error, but <display:setProperty name="export.amount" value="page" /> does work.
This is tested on version 0.8.5.
Another issue:
I need to be able to create a table from a search with a link to see detailed information about each line. I have a table with let's say 8 columns and when clicking on a link on the first column, I want a new table to be created underneath the line, from column 2 (almost like a file explorer). Is this possible? If not, is it possible to open a new window with the detailed information (using Struts)? I can't figure out how to pass a variable to the javascript window.open function using the display- tag.
Thanks, Bard A. Evjen
------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

