Re: Slightly OT How to set a request header using JSTL

2004-04-14 Thread Jim Collins
ispatcher forward will clear the headers). > >>>> > >>>> * In a JSP page with scriptlets (as long as it's before the response > >>>> is committed): > >>>> > >>>> <% > >>>>response.setHeader(&q

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Craig McClanahan
value: This only works because is not a custom tag; otherwise the nesting syntax would be illegal. Thanks Jim. Craig - Original Message - From: "Jim Collins" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Michael McGrady
is not a custom tag; otherwise the nesting syntax would be illegal. Thanks Jim. Craig - Original Message - From: "Jim Collins" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:10 PM Subject: Slightly

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Craig McClanahan
riginal Message - From: "Craig McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 10:48 PM Subject: Re: Slightly OT How to set a request header using JSTL Jim Collins wrote: Hi, Has anyone any

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Jim Collins
nahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 13, 2004 10:48 PM Subject: Re: Slightly OT How to set a request header using JSTL > Jim Collins wrote: > > >Hi, > > > >Has anyone any thoughts o

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Craig McClanahan
l. Thanks Jim. Craig - Original Message - From: "Jim Collins" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:10 PM Subject: Slightly OT How to set a request header using JSTL Hi, I know how I can

Re: Slightly OT How to set a request header using JSTL

2004-04-13 Thread Jim Collins
Hi, Has anyone any thoughts on this? Thanks Jim. - Original Message - From: "Jim Collins" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, April 06, 2004 10:10 PM Subject: Slightly OT How to set a request header usi

Slightly OT How to set a request header using JSTL

2004-04-06 Thread Jim Collins
Hi, I know how I can read request headers using c:out and the header object. Does anyone know how I can set a response header using c:set? Can it be done without using the response tag? I don't want to use scriptlets. Thanks Jim.