Is it possible to set the Content-Disposition header value in JSP-code without using scriptlets (that is, without constructions like <% response.setHeader("Content-Disposition", "value"); %>
)?
- are you using jsp without servlets? - sonniy
- With servlets. But it’s exactly the installation of the headers on the page. - fori1ton
- Well .. you can probably try to do it through CGI , but this is still a perversion) And it will not be jsp. - SilverIce
- for some reason it seems to me that this cannot be done so - sonniy
|