Bugs item #842234, was opened at 2003-11-14 17:58
Message generated for change (Comment added) made by fgiust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=842234&group_id=73068

>Category: export
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: fabrizio giustina (fgiust)
Summary: Some export properties are not working

Initial Comment:

Good day:

The export.xml property works fine for me, using
1.0-b1.  However, the export.csv.include_header and
export.excel.include_header do not actually include the
header in my output.  

Also, my last column is generated by a decorator yet it
still shows up in the output even though I have
export.decorated set to false.

Any help is appreciated.  The code snippet from my JSP
(sorry, it is not live yet so I can't give you a URL)
is pasted in below.


<display:table name="positionForm.brokeragePositions"
scope="session" export="true" width="100%" border="0"
cellspacing="2" cellpadding="2" class="acctchart"
id="positionsTable"
decorator="com.strong.brokerage.war.brokerage.decorator.BrokeragePositionsTableWrapper">
.
.
.
 <display:setProperty name="export.xml" value="false" />
 <display:setProperty name="export.csv.include_header"
value="true" />
 <display:setProperty
name="export.excel.include_header" value="true" />
 <display:setProperty name="export.decorated"
value="false" />
</display:table>

-Scott Yanoff


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

>Comment By: fabrizio giustina (fgiust)
Date: 2004-01-02 18:01

Message:
Logged In: YES 
user_id=798060

the export.*.include_header has been fixed for 1.0-b2 release.
Need to check the export.decorated property

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=842234&group_id=73068


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to