Closed GoogleCodeExporter closed 9 years ago
What is your servlet container and the version (Tomct 6, Websphere 6)?
The servlet 2.4 containers will resolve the EL expressions automatically. The
ones
before that have to use the <c:out value="${bean.firstname}"/> like syntax.
Original comment by jeff.johnston.mn@gmail.com
on 30 Sep 2009 at 3:46
It's fixed with code <%@ page isELIgnored="false" %>.
Because EL Expression was ignored in Struts2.
Thanks!
Original comment by ptma2...@gmail.com
on 30 Sep 2009 at 4:14
Original comment by jeff.johnston.mn@gmail.com
on 20 Oct 2009 at 8:17
Original issue reported on code.google.com by
ptma2...@gmail.com
on 30 Sep 2009 at 3:25