Hi,
I am using resin 3.1.3 and servlet 2.4 setting is used in web.xml. Also,
I have the following setting is web.xml:
<jsp-config>
<jsp-property-group>
<url-pattern>*.*</url-pattern>
<el-ignored>false</el-ignored>
</jsp-property-group>
</jsp-config>
Interestingly, if a jsp page is accessed directly through url such as
http://localhost:8080/myap/home.jsp, the EL expression will be evaluated
without having <%@ page isELIgnored="false"%> set on the jsp page.
However, if the jsp page is accessed over struts action such as
http://localhost:8080/myap/home.do, the EL expression in the jsp page
will not be evaluated by default, unless the following setting is put on
the jsp page: <%@ page isELIgnored="false"%>.
Can anyone tell me why it behaves like that?
Thanks.
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest