can i call multipule form beans in Action class?



can i call multipule form beans in Action class?..

Answer / debendra kumar dey

As U know Action Class execute method accepts 4 parameters,
one among them is the reference to the Action form object.
And that object is associated with the Action Class through
the action mapping tag in Struts-config.xml file. As per
the Action tag specification we cannot associate more than
one Action form with an Action class simutaneously(i.e,
Same Action path). Alternatively we can associate different
Action forms with the same Action class through different
action paths.

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

what is heepStored?

1 Answers  


Explain the stub's and skeleton's functionality?

7 Answers  


Explain the life cycle of servlet?

3 Answers   Cognizant, HCL,


Do I have to use jsps with my application?

0 Answers  


Explain what is synchronization?

0 Answers  






Name the eight primitive java types.

0 Answers  


What is J2EE?

2 Answers  


What is the difference between long.class and long.type?

0 Answers  


What exceptions are thrown by RMI?

1 Answers  


Why a component architecture for the java platform?

0 Answers  


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

0 Answers   Ducat,


What is message driven beam?

0 Answers  


Categories