I'm using DynaValidator forms. Works great, except when you have pick lists and a validation fails. When the validation fails, it calls the form, but the code that puts the pick lists in the request scope isn't rerun.
No biggie....I put my lists in the session scope. However, I don't want them hanging around forever. Wondering if there is a "post Validate" section somewhere that I could put code in to destroy the session variables. Better yet, a "preForm" section that is run even when Validate fails so I could populate the lists in that scenario. Lee --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]