RE: How to remove DynaForm from session the struts way?

2003-09-25 Thread Chen, Gin
I use session.removeAttribute -Tim -Original Message- From: Timo Neumann [mailto:[EMAIL PROTECTED] Sent: Thursday, September 25, 2003 4:07 AM To: Struts Users Mailing List Subject: How to remove DynaForm from session the struts way? Hi guys! How would I remove a DynaValidatorForm from

Re: How to remove DynaForm from session the struts way?

2003-09-25 Thread Timo Neumann
Chen, Gin wrote: I use session.removeAttribute That's what I do now. To be exact I user session.removeAttribute(dvForm.getDynaClass().getName()); That makes it more robust than hard coding the DynaForm's name. Timo -Tim -Original Message- From: Timo Neumann [mailto:[EMAIL