On Wed, 20 Mar 2002, peter lin wrote: > I read through the JSTL spec and grepped "org.apache....lang.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 as JavaBean-like properties of the PageContext. But headers aren't available this way, so they're going to be added as new top-level implicit objects. -- Shawn Bayern Author, "JSP Standard Tag Library" http://www.jstlbook.com (coming this summer from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
