have you tried:

Group            group = intake.get("Task", IntakeTool.DEFAULT_KEY);
 group.removeFromRequest();


Akmal
----- Original Message ----- 
From: "Jeff Painter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 4:12 PM
Subject: simple intake question


>
> I have been working diligently on getting the tdk-2.3 ready and I'm
> working on an intake example to include with the sample app.
>
> It works! however, I have a pretty simple question
>
> once the form is posted, I have the input form and data showing on the
> same screen for simplicity at the moment. if the data validates and posts
> correctly, the intake group still has the previous postings data in it.
>
> I've tried just doing a simple group = null; statement in the action class
> once the data has been saved, but when the screen comes back, it is still
> populating the input fields with the previous rounds data.
>
> any ideas on how to clear the intake data in the action class?
>
> once this is worked out, I'm pretty sure my tdk is ready for release
>
> Thanks
>
> -- 
> Regards,
>
> Jeffery Painter
>
> - --
> [EMAIL PROTECTED]                     http://kiasoft.com
> PGP FP: 9CE8 83A2 33FA 32B1 0AB1  4E62 E4CB E4DA 5913 EFBC
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
>
> iD8DBQE/qEQE5Mvk2lkT77wRAnMJAJ9vJ6qOkg/mvqqIpz7troCEQJ8bFACglu/U
> YNXabx7DZOV2Hd9LwSTmGpY=
> =dWiu
> -----END PGP SIGNATURE-----
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to