Check your web.xml file to make sure you're using the 2.4 dtd and not
2.3 or lower.

Fredrik

-----Original Message-----
From: Franklin Phan [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 25, 2005 6:04 PM
To: [email protected]
Subject: Expression Languange not working for me


I am running Tomcat 4.1.18 and 5.0.x.
I tried the following HTML and JSP using EL, and am not getting the
correct response from either Tomcat version.

I have the following HTML:

<html>
<body>
<form action="TestBean.jsp">
    Name: <input type="text" name="name"><br>

    <input type="submit">
</form>
</body>
</html>



And the following JSP:

<%@ page isELIgnored ="false" %>
<html>
<body>
Request param name is: ${param.name} <br>

</body>
</html>



Regardless of what I type in the Name box in the HTML page, the response
is always:

Request param name is: ${param.name}


What is wrong?
Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to