You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Jorge Martín Cuervo <jo...@defactops.com> on 2007/05/08 11:30:24 UTC

ServletException in '/WEB-INF/tiles/position/edit.jsp': null

Hi all, i'm using struts 1.2.9 and i get this exception, it's not very
explanatory and i don't know what is wrong, does anyone have any idea of
how can i get more info?

i tried to debug with eclipse and there's no parent exception.



51207 [http-8080-Processor23] ERROR
org.apache.struts.taglib.tiles.InsertTag  - ServletException in
'/WEB-INF/tiles/position/edit.jsp': null
org.apache.jasper.JasperException
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
[...]

-- 
;-)
____________________________________
Jorge Martin Cuervo
Analista Programador

Outsourcing Emarketplace
deFacto Powered by Standards

email <jo...@defactops.com>
voz +34 985 129 820
voz +34 660 026 384
____________________________________

Re: ServletException in '/WEB-INF/tiles/position/edit.jsp': null

Posted by Jorge Martín Cuervo <jo...@defactops.com>.
Sorry, i've tried without tiles and now i can see the real exception:

java.lang.NullPointerException

	com.martincuervo.engineweb.handlers.ControlFinder.findControls(Unknown Source)
	com.martincuervo.engine.core.Engine.findControls(Unknown Source)
	com.martincuervo.engine.core.Engine.<init>(Unknown Source)
	com.defactops.smartcvemployer.PositionForm.<init>(PositionForm.java:41)
	sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[...]

ups, sorry again

El mar, 08 de 05 de 2007 a las 11:30, Jorge Martín Cuervo escribió:

> Hi all, i'm using struts 1.2.9 and i get this exception, it's not very
> explanatory and i don't know what is wrong, does anyone have any idea of
> how can i get more info?
> 
> i tried to debug with eclipse and there's no parent exception.
> 
> 
> 
> 51207 [http-8080-Processor23] ERROR
> org.apache.struts.taglib.tiles.InsertTag  - ServletException in
> '/WEB-INF/tiles/position/edit.jsp': null
> org.apache.jasper.JasperException
> at
> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
> at
> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
> at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> [...]

-- 
;-)
____________________________________
Jorge Martin Cuervo
Analista Programador

Outsourcing Emarketplace
deFacto Powered by Standards

email <jo...@defactops.com>
voz +34 985 129 820
voz +34 660 026 384
____________________________________