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

Name the class that is used to bind the server object with RMI Registry?

0 Answers  


What is the infobus?

0 Answers  


What is the difference between the font and fontmetrics classes?

0 Answers  


What is the immediate superclass of the applet class?

0 Answers  


What are different types of controls in AWT?

11 Answers   IBM,






what is catalina in tomcat server.

11 Answers   IBM,


what do u mean by java bean??

2 Answers   ADP,


What must a class do to implement an interface?

0 Answers  


Why a component architecture for the java platform?

0 Answers  


How u validate date in DD/MM/YY format. and how u validate money in ur jsp

3 Answers   Ashok Leyland, Satyam, Tech Mahindra, Tomax,


What are externizable interface?

0 Answers  


What invokes a thread?s run() method?

2 Answers  


Categories