Well as for the code that is easy, nothing works, for example, I took this from the examples page: <html> <body> ${header["user-agent"]} </body> </html>
I attached my web.xml, I don't know what else can effect EL.
Chanan Braunstein Knovel Corp. Web Development Manager 607-773-1840 x672 http://www.knovel.com
Here is a simple config from me # web.xml <?xml version="1.0" encoding="ISO-8859-1"?> <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-app_2_4.xsd" version="2.4"> <display-name>Test Site</display-name> <description> Test </description> </web-app>
#test.jsp <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
${header["user-agent"]}
<br/>tested it and went fine
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
