From: "Freddy Villalba A." <[EMAIL PROTECTED]> > I have a similar question: when you say create the action form and put it > into request scope... I suppose you refer to the same ActionForm that will > be used when, say, saving that prepopulated form again (the changes you've > made).
Struts will instantiate the ActionForm and place it in the correct scope according to your struts-config.xml setup. All you have to do is use the 'form' object that's passed into your 'execute' (or similar) method, setting values as necessary. You have a reference to the form, you don't have to worry about where it lives, or put it anywhere. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]