Forums Register Login

Is EL enbaled defaultly?

+Pie Number of slices to send: Send
But why I must type isELIgnored="false" in page directive?
Does I must setup some configure?
+Pie Number of slices to send: Send
Depends on a lot of factors that you have not told us.

What container? What version? How have you declared your web.xml?
+Pie Number of slices to send: Send
Sorry.
I use Tomcat 5.016 and web.xml as follow

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2002 by ObjectLearn. All Rights Reserved. -->
<web-app>
<servlet>
<servlet-name>myfirst</servlet-name>
<servlet-class>first.FirstClass</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>myfirst</servlet-name>
<url-pattern>/first.do</url-pattern>
</servlet-mapping>
</web-app>
[ July 03, 2005: Message edited by: avseq anthoy ]
+Pie Number of slices to send: Send
Under Tomcat 5 you must declare your web app as Servlets 2.4 web app in the web.xml in order to enable the EL by default.

Something like this:

F is for finger. Can you stick your finger in your nose? Doesn't that feel nice? Now try this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 1270 times.
Similar Threads
JNI
Im from Australia - How many are certified here?
SCJD RMI Practice
tutorial on inner class
How do i get timezone info from the HTTPServletRequest
More...

All times above are in ranch (not your local) time.
The current ranch time is
Mar 29, 2024 07:09:13.