[ http://jira.codehaus.org/browse/DISPL-256?page=comments#action_62777 ] 

Kaushik Mahendravadi commented on DISPL-256:
--------------------------------------------

I am facing the exact same issue but i am using BEA Weblogic 8.1.5 Server. I 
hvae confiugred my web.xml as follows -
        <filter>
            <filter-name>ResponseOverrideFilter</filter-name>
            
<filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class>
            <init-param>
                        <param-name>buffer</param-name>
                        <param-value>false</param-value>
                </init-param>
        </filter>
        <filter-mapping>
            <filter-name>ResponseOverrideFilter</filter-name>
            <url-pattern>*.do</url-pattern>
        </filter-mapping>
        <filter-mapping>
                <filter-name>ResponseOverrideFilter</filter-name>
                <url-pattern>*.jsp</url-pattern>
        </filter-mapping>

My displaytag.properties file has the following properties set
export.csv=true
export.xml=false
export.excel=false
export.csv.filename=export.csv

Am i missing something here. Using  struts 1.2.8 .


> Display tag export feature dose not prompts me for save dialog box instead it 
> displays the whole content the browser page
> -------------------------------------------------------------------------------------------------------------------------
>
>          Key: DISPL-256
>          URL: http://jira.codehaus.org/browse/DISPL-256
>      Project: DisplayTag
>         Type: Bug

>   Components: Export
>     Versions: 1.0
>      Fix For: 1.0

>
>
> Dear firends,
> my application is developed in struts, I have used tiles for my page layout. 
> when I try to use export feature of display tag, I get the content display on 
> the browser instead giving me dialog box,
> awaiting reply
> Regards
> Vezly gracies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to