Dear Ranchers,
I am using weblogic 8.1.2. i noticed that EL (Expression Language) were not working.
Expression like ${MAP.key} is not working and inspite of returning the value whole expression gets printed in
jsp as it is.
I tried to add <%@ page isELIgnored="false" %> and also
But none of them seems working in weblogic as in both the cases i got error.
Please provide any solution on this.
Thanks in advance,