Bugs item #916790, was opened at 2004-03-15 10:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=916790&group_id=73068

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
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&#039;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. 

----------------------------------------------------------------------

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: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to