I've never been completely sure of the answer to this question myself, so I just took a dive through the source code for RequestProcessor.processActionForm(). It looks like, by default, it just stores it as a request-scoped attribute with the name of the ActionForm itself. You can override this by using the attribute named 'attribute' in your ActionMapping.
-- Jeff On Wed, 23 Feb 2005 15:39:29 +0100, delbd <[EMAIL PROTECTED]> wrote: > I could do it using the request (i think so). But i'd really like to know how > i am supposed to access my actionform in jsp. Can't find any doc on it. And > bean:write request the name of the bean to use. It does not seems to default > to the actionform. So the basic question is simply, where on hell is this > actionform?? > -- Jeff Beal Webmedx, Inc. Pittsburgh, PA USA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]