Good morning List,

Does anyone knows how to open xml, excel, csv into a new window. I tried 
the following, but it does not work:

Create displaytag.properties under classes/
================================================
export.types=csv excel xml
export.xml=true
export.xml.class=org.displaytag.export.XmlView
export.xml.label=XML
export.xml.include_header=true
export.xml.filename=result.xml
export.xml.target=_blank
=================================================

<display:table id="row_rec"
                name="alist"
                export="true"
                class="simple"
                cellspacing="0" cellpadding="5"
                requestURI="ProcessAction"
                keepStatus="true"
 >
... ...


Does anyone know how to open xml in a new window or new file please?

As I specified in the above property file, it does not save as 
result.xml, do I do anything wrong?

Thanks a lot!
-- 
Lu Ying



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

_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to