Hi,
I am learning JSP. I cannot make the Expression Language to work. For example: ${1+1} should equal 2. It turns out it only prints "${1+1}".
I followed the book and I installed SDK 1.4.2 and modified web.xml (see below). Is there anything else I should do?
<web-app xmlns=" xmlns:xsi=" xsi:schemaLocation=" web-app_2_4.xsd" version="2.4">
Thanks
clark
I am learning JSP. I cannot make the Expression Language to work. For example: ${1+1} should equal 2. It turns out it only prints "${1+1}".
I followed the book and I installed SDK 1.4.2 and modified web.xml (see below). Is there anything else I should do?
<web-app xmlns=" xmlns:xsi=" xsi:schemaLocation=" web-app_2_4.xsd" version="2.4">
Thanks
clark