I'll fill in the gaps to this question: A colleague of mine has started working with the Intake service based on Turbine 2.2. He's getting the following error message. Because he's posting quite a few different object types he's unsure where to start looking for this NULL type
Any help on this front would be much appreciated /Colin Subject: Unsupported type: null > I need some help with the following. After submitting a form the next > exception is thrown by Turbine: > > Exception: org.apache.turbine.util.TurbineException: Unsupported type: null > Stack Trace follows: > org.apache.turbine.util.TurbineException: Unsupported type: null > at > org.apache.turbine.services.intake.model.FieldFactory.getInstance(FieldFacto > ry.java:199) > at org.apache.turbine.services.intake.model.Group.<init>(Group.java:153) > at > org.apache.turbine.services.intake.TurbineIntakeService.getGroup(TurbineInta > keService.java:374) > rethrown as org.apache.turbine.util.TurbineException: Unsupported type: null > at > org.apache.turbine.services.intake.TurbineIntakeService.getGroup(TurbineInta > keService.java:378) > at > org.apache.turbine.services.intake.TurbineIntake.getGroup(TurbineIntake.java > :85) > at org.apache.turbine.services.intake.IntakeTool.init(IntakeTool.java:130) > at > org.apache.turbine.services.pull.TurbinePullService.populateWithRequestTools > (TurbinePullService.java:484) > at > org.apache.turbine.services.pull.TurbinePullService.populateContext(TurbineP > ullService.java:412) > at > org.apache.turbine.services.pull.TurbinePull.populateContext(TurbinePull.jav > a:145) > at > org.apache.turbine.services.velocity.TurbineVelocityService.getContext(Turbi > neVelocityService.java:227) > at > org.apache.turbine.services.velocity.TurbineVelocity.getContext(TurbineVeloc > ity.java:159) > at > org.apache.turbine.modules.pages.VelocityPage.doBuildBeforeAction(VelocityPa > ge.java:84) > at > org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:137) > at org.apache.turbine.modules.Page.build(Page.java:90) > at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123) > at org.apache.turbine.Turbine.doGet(Turbine.java:555) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
