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 Stream and Types?

2 Answers   Patni,


Can we sent objects using Sockets?

0 Answers  


What is a modular application?

0 Answers  


What is servlet preinitialization

1 Answers   iFlex,


What event results from the clicking of a button?

0 Answers  






What are the advanatages of RMI ?

1 Answers   HGS,


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What is runnable?

2 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


Can I have an action without a form?

0 Answers  


In a multitiered application which tier is the browser in?

3 Answers   Adobe,


Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?

0 Answers  


Categories