I am using T3 with fulcrum. I have intake setup and it is working with regards to form input.
However when I try and use intake for pre-populating fields nothing happens. Here is what I have: A Pull tool to grab the object (poll) I check the object that gets pulled and it is the correct object I then try #set ($poll = $intake.Poll.mapTo($poll)) Velocity tells me it's null so it doesn't set the $pollGroup object This is inside of an #if statement that makes sure the $poll object is not null. Inside this statement I check the $poll.Name and it returns the right name I've tried to figure out how to turn on Intake debugging, but I don't know if it's working as I'm not getting any output. Does intake have a debug feature? Thanks in advance, this is a strange one ;-). -warner +warner onstine+ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
