|
Correct me if i am wrong.... One way to do it would be to give 'request'
scope to the form.
In the
Action class, you set the form to a session scope, under a different key...one
for each different service. Make sure that only one kind of Action can handle
one kind of service. i.e for Service A, use Action A and for Service B use
Action B. In your action classes set the scope of
forms
to session (using different keys). Also in your struts-config.xml file,
set the scope (for every action) to request.
cheers,
Amar..
|
- Parallel Forms Bean Instances, does Struts support it Sarbjit Singh
- Re: Parallel Forms Bean Instances, does Struts sup... Nanduri, Amarnath
- Re: Parallel Forms Bean Instances, does Struts ... Sarbjit Singh
- Re: Parallel Forms Bean Instances, does Str... Martin Cooper
- RE: Parallel Forms Bean Instances, does Struts sup... Nanduri, Amarnath

