Super - Thanks!
- Ole
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
2012/3/11 Ole Ersoy :
>> So, is it rendering it as text or is it throwing an exception?
>
>
> Just rendering as text.
>
>
>>
>> What is your jsp-config in web.xml?
>
>
> "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
> "http://java.sun.com/dtd/web-app_2_3.dtd"; >
The above declaration
So, is it rendering it as text or is it throwing an exception?
Just rendering as text.
What is your jsp-config in web.xml?
http://java.sun.com/dtd/web-app_2_3.dtd"; >
Archetype Created Web Application
-
To unsubscribe
On 11/03/2012 01:05, Ole Ersoy wrote:
> Hi,
>
> I have a very simple jsp page like this:
>
> <%@ page language="java"
> contentType="text/html; charset=UTF-8"
> pageEncoding="UTF-8"%>
>
>
> ${pageContext.request.contextPath}
>
>
> ${pageContext.request.contextPath} is no
Hi,
I have a very simple jsp page like this:
<%@ page language="java"
contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
${pageContext.request.contextPath}
${pageContext.request.contextPath} is not resolving.
I have the following maven dep