i have this in web.xml
which shouldn't be necessary anyway because EL is enabled by default? the scripting-invalid should disable scriptlets, not EL, correct?
regardles, with or without that jsp-config node in my web.xml it looks like EL does not work unless i explicitly set isELIgnored="false" in the page directive in each individual
jsp page. Is there a way to avoid that? why doesn't the jsp-config node in web.xml work the way i expect?