fberteau
Oct 11th, 2007, 09:47 AM
Hello,
I am a newwbee in developping portlet with Spring Portlet MVC.
I am developping a portlet with Eclipse 3.3 + Jetspeed 2 + Spring Portlet MVC.
When I try to deploy this first JSP with JSTL tags:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<h2>Requesters list</h2>
... Jetspeed always crash with theses errors:
14501 [http-8080-Processor25] INFO org.springframework.web.portlet.DispatcherPortlet - FrameworkPortlet 'Check-in': initialization completed in 2625 m
s
14501 [http-8080-Processor25] INFO org.springframework.web.portlet.DispatcherPortlet - Portlet 'Check-in' configured successfully
15235 [http-8080-Processor25] ERROR org.springframework.web.portlet.DispatcherPortlet - Could not complete request
java.lang.NullPointerException
at org.springframework.web.servlet.support.JstlUtils. getJstlAwareMessageSource(JstlUtils.java:57)
at org.springframework.web.servlet.view.JstlView.init ApplicationContext(JstlView.java:76)
at org.springframework.context.support.ApplicationObj ectSupport.setApplicationContext(ApplicationObject Support.java:73)
In fact whatever code I put in the JSP, as soon as I use JstlView, I have this crash message from JetSpeed.
I inform you that I want to use JSTL 1.0 because the target is WAS 5.1.
Any idea ?
Thanks
I am a newwbee in developping portlet with Spring Portlet MVC.
I am developping a portlet with Eclipse 3.3 + Jetspeed 2 + Spring Portlet MVC.
When I try to deploy this first JSP with JSTL tags:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<h2>Requesters list</h2>
... Jetspeed always crash with theses errors:
14501 [http-8080-Processor25] INFO org.springframework.web.portlet.DispatcherPortlet - FrameworkPortlet 'Check-in': initialization completed in 2625 m
s
14501 [http-8080-Processor25] INFO org.springframework.web.portlet.DispatcherPortlet - Portlet 'Check-in' configured successfully
15235 [http-8080-Processor25] ERROR org.springframework.web.portlet.DispatcherPortlet - Could not complete request
java.lang.NullPointerException
at org.springframework.web.servlet.support.JstlUtils. getJstlAwareMessageSource(JstlUtils.java:57)
at org.springframework.web.servlet.view.JstlView.init ApplicationContext(JstlView.java:76)
at org.springframework.context.support.ApplicationObj ectSupport.setApplicationContext(ApplicationObject Support.java:73)
In fact whatever code I put in the JSP, as soon as I use JstlView, I have this crash message from JetSpeed.
I inform you that I want to use JSTL 1.0 because the target is WAS 5.1.
Any idea ?
Thanks