> Doesn't the group automatically get > populated from > the parameter parser?
No. You must create an instance of the IntakeTool, retrieve your Group and then explicitly call the Group.setProperties(Retrievable). Group.setProperties(Retrievable) where Retrievable is the Object to which you want set the values of based on the form data. It is EXTREMELY important that the java object you are trying to map values into implements the Retrievable interface or this will not work. Also, some code would also be nice to help us assist you in the debugging of this issue. hth, Scott > -----Original Message----- > From: Nikhil G. Daddikar [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 17, 2002 4:25 AM > To: Turbine Users List > Subject: Intake group fields don't get populated from ParameterParser > > > When there is an error i.e. when intake.isAllValid is false, > i re-show the orginal form as described in the Intake HowTo. However > when I print something like > > $docGroup.Name when field Name was actually set correctly it > still returns blank. Doesn't the group automatically get > populated from > the parameter parser? > > Thanks for any input. > Nikhil > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
