Re: Name of the form

2005-07-18 Thread Ed Griebel
ction 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(). >

Re: Name of the form

2005-07-18 Thread Glen Mazza
en N G wrote: 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

Name of the form

2005-07-18 Thread N G
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