"
To: "Struts"
Date: Wed, 17 Dec 2008 14:59:26 +0100
Subject: [OT] EL expressions
I don't understand why my EL expressions aren't being evaluated.
They are printed just like they in the source code ("${param}").
I did put this in my JSP code
Working with server:
What servlet version is specified in web.xml?
Gotcha! You won my gratitude.
The problem was that I started a new web application from scratch on my IDE,
the J2EE version I chose was 1.5,
a version that - I discovered it later - Tomcat 5.5 doesn't support. I
changed everything back to version
Subject: [OT] EL expressions
I don't understand why my EL expressions aren't being evaluated.
They are printed just like they in the source code ("${param}").
I did put this in my JSP code
Working with server: <%= application.getServerInfo() %> Servlet
Specification: <%
2008/12/17 Lorenzo Carnevale :
> I don't understand why my EL expressions aren't being evaluated.
> They are printed just like they in the source code ("${param}").
What servlet version is specified in web.xml?
Antonio
-
To unsu
I don't understand why my EL expressions aren't being evaluated.
They are printed just like they in the source code ("${param}").
I did put this in my JSP code
Working with server: <%= application.getServerInfo() %>
Servlet Specification: <%= application.getMajorVersion() %>.<%=
application.getM
Antonio Petrelli on 05/11/07 08:14, wrote:
2007/11/4, Adam Hardy <[EMAIL PROTECTED]>:
Antonio Petrelli on 04/11/07 16:17, wrote:
2007/11/4, Adam Hardy <[EMAIL PROTECTED]>:
I want to concatenate 2 vars into a string in EL but since one is a
Long, EL
can't do it, and throws a NumberFormatExcep
2007/11/4, Adam Hardy <[EMAIL PROTECTED]>:
>
> Antonio Petrelli on 04/11/07 16:17, wrote:
> > 2007/11/4, Adam Hardy <[EMAIL PROTECTED]>:
> >> I want to concatenate 2 vars into a string in EL but since one is a
> Long, EL
> >> can't do it, and throws a NumberFormatException because it wants them
> b
Antonio Petrelli on 04/11/07 16:17, wrote:
2007/11/4, Adam Hardy <[EMAIL PROTECTED]>:
I want to concatenate 2 vars into a string in EL but since one is a Long, EL
can't do it, and throws a NumberFormatException because it wants them both to be
Longs so it can do arithmetic addition instead.
Yo
8 matches
Mail list logo