Hello. I've a very strange problem using content disposition in stream
result:

<result name="success" type="stream">
                ${contentType}
                        downloadStream
                        filename=${fileName}
                        1024
</result>

fileName is a field of my action class.
When filename contains no spaces, everything goes fine. But if filename is
something like "hello song.mp3"
the browser shows that the file is "hello". I'm sure that the filename is
correct in my action class because i logged it out.
Any idea????

thank u!

-- 
View this message in context: 
http://www.nabble.com/Strange-problem-with-content-disposition-tp18137974p18137974.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to