|
Problems Struts-JSTL
I'm developing a web application with struts
The problem is that JSTL doesn't execute correctly;
That is to say, If I write in the .jsp ${1 + 2} should be as results
"3" but doesn't, it returns to me "${1 + 2}".
how can I fix that?
why does it appear like this?
|