Bugs item #916790, was opened at 2004-03-15 19:29 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=916790&group_id=73068
Category: None Group: planned for 1.0 >Status: Closed >Resolution: Duplicate Priority: 9 Submitted By: Nobody/Anonymous (nobody) Assigned to: fabrizio giustina (fgiust) Summary: export.decorated and export.*.filename do not seem towork Initial Comment: I've tried both of these and neither seem to work. I think my JSP displaytag code is correct as the export.*.include_header code works great. The tables I'm trying to export have their own decorators so that they become simple hyperinks. When they are exported to CSV, I'd like the CSV to just include the text, not the <a href="...."> stuff. However, the "export.decorated" when set to false (or true) makes no difference. I had thought it was supposed to remove these HTML items. The code is... <display:setProperty name="export.decorated" value="false" /> When the table is exported I would like to have a specified name. However, it's taking the name of the html page instead. So instead of being called "table.txt" it gets called "page.htm". That is I define.. <display:setProperty name="export.csv.filename" value="table.txt" /> This seems to have no effect. Am I doing something wrong? Thanks very much for any assistence. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-04-29 00:17 Message: Logged In: YES user_id=798060 tested and added junit testcases for the filename property, woking well with CVS code (works also on b3 release). The export.decorated property doesn't work at the moment, but I'm closing this bug as a duplicate since there is another entry for that. ---------------------------------------------------------------------- Comment By: Matt Raible (mraible) Date: 2004-03-15 20:43 Message: Logged In: YES user_id=226669 I am using the following in my JSP with the latest CVS snapshot and everything works fine: <display:setProperty name="export.excel.filename" value="User List.xls"/> <display:setProperty name="export.csv.filename" value="User List.csv"/> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=916790&group_id=73068 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel