I need to instantiate a form that is not associated with my particular action and place it on the request before forwarding...
Right now I have to hardcode the name of the form as the key into the request scope. I know that you can get the configured name of the form that IS associated with your action by doing mapping.getAttribute(). However, how do I get the configured name of the form with just knowing the fully qualified class name? Is there a way to do this? Are there any other suggestion as to how NOT to hardcode the name of the form. Thanks, NG --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]