Dave Newton wrote:
> Jim Collings wrote:
>> <%response.setHeader("Content-Disposition", "attachment;
>> filename=\"filename_${fromDate}-${toDate}.doc\""); %>
>>
>> The above is what I currently have but I think there is a new way to
>> do it that doesn't involve using a scriptlet. Also, the "fromDate" and
>> "toDate" items don't work. I've tried quoting them but I'm not sure I
>> got it right. They are used later on in the document, so I know I am
>> getting them.
>
> AFAIK you can't use EL inside a scriptlet.Well I thought as much but, so far, a scriptlet is the only way I know of to make the setting above. I know that scriptlets are the old way of doing things. I'm hoping that there is a new way to do this. JSTL perhaps? How would one set a response header in JSTL, assuming that it is possible? Jim C.
signature.asc
Description: OpenPGP digital signature

