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]>
