wnqq wrote:
Figured out a decent solution... Simply setting "documentName" while configuring struts action in struts.xml is enough.
So the request is still a .html request, but the response says "save me as "xxx.pdf" ?
I'm a bit confused about how that actually works, though, unless documentName is really just a part of the contentDisposition specification (i.e.: Content-Disposition:attachment;filename=documentName ).
I've still not gotten my urlrewrite rules working, but I'm hoping to eventually have urls like "http://mysite/myapp/user/foo" get forwarded to "/myapp/viewUser.html?username=foo". If I'm using the staticFilter and struts am I going to be able to get that working?
-Dale --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
