I thought in Turbine 2.2b I used: intake.remove(group)
(intake is an instance of the IntakeTool and group is an intake group) I remember the removeFromRequest() doesn't work for me also, but the remove(group) does work. Anyway, good luck. Will fanyun wrote: > It seems can not also. > > I put it at the end of Screen functions. > > > Regards > > fanyun > > > -----Original Message----- > From: jmcnally [mailto:jmcnally]On Behalf Of John McNally > Sent: Tuesday, December 11, 2001 1:05 AM > To: Turbine Users List > Subject: Re: How to clear Intake field? > > > group.removeFromRequest() may be what you are after. > > > fanyun wrote: > >>Hi all: >> >>I am try to use intake in tdk3.0. >> >>In vm, I put a: <input type="text" name="$intake.NAME.Key" >value="$intake.NAME.Value"> >> >>I put value field so that when Intake give out an error, the fields will retain the >inputs. >> >>If the input is correct, I want all the fields be cleared and wait for new input. >> >>I try: >> >>group.recycle() >>field.recycle() >> >>But it does not work. The values still retains. >> >>Any one know how to clear the intake objects? Or is there any patch to solve this >problem? >> >>Regards >> >>fanyun >> > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- William Lee (Will) | Sendmail Inc. Email: [EMAIL PROTECTED] | http://www.sendmail.com Tel: (510) 594-5505 | -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
