Hi Chris!
I use Intake for all my form validation and it works great... the documentation needs quite a lot of work though. If you would be willing to improve the Intake documentation as you solve your problems, I am sure many people would appreciate it. There is a short HOWTO here: http://www.yorku.ca/dkha/turbine/intake/ > 1) Mapping a form to the TurbineUser object. Or do I > map it to TurbineUserPeer or User? Or do I have to > extend it to implement Retrievable? Why do you want to map a form to the TurbineUser object? Sorry for the question without an answer, but I have never needed to do that... > 2) $intake.Group1.getDisplayName() doesn't work. > $intake.Group1.getKey() does work and > $intake.Group1.getClass() returns > "org.apache.turbine.services.intake.model.StringField", > so I am pretty sure that the Field object is created. I am not sure what you are trying to do here... could you elaborate? > 3) What do I have to do to my torque-generated > business classes in order for them to be mapable by > Intake? Your torque-generated business objects already implement Retrievable so you don't have to do anything. If you are more specific with your questions, I might be able to help you. Regards, -- Rodney -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
