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 |
What restrictions are placed on the location of a package statement within a source code file?
What is the infobus?
What is the map interface?
what is difference between checked exception & unchecked exception in java?
What is the difference between long.class and long.type?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
difference between apllet and interface class
wahts is mean by dynavalidatorform in struts/
advantage of thread?
Which class is the immediate superclass of the menucomponent class?
Explain lazy activation?
what is Bootstrap loader program?