Re: JSTL EL support for header?

2002-03-20 Thread Shawn Bayern
On Wed, 20 Mar 2002, peter lin wrote: > I read through the JSTL spec and grepped "org.apachelang.jstl" to > see if it has any calls to request.getHeader(string) and noticed JSTL > EL does not support request header. It'll be added. In general, things like headers might ideally be retrieved

Re: JSTL EL support for header?

2002-03-20 Thread peter lin
The closest thing I can think of to access request header values is , but [] are used to access maps. Request.getHeaders() returns an Emueration, so it fails like it's supposed to. Thanks to shawn's fix yesterday to JSTL XML tags, i can use to do browser detection. It would be nice if JSTL EL a

JSTL EL support for header?

2002-03-20 Thread peter lin
I read through the JSTL spec and grepped "org.apachelang.jstl" to see if it has any calls to request.getHeader(string) and noticed JSTL EL does not support request header. -- To unsubscribe, e-mail: For additional commands, e-mail: