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 is meant by JRMP?
Can you write Java code for declaration of multiple inheritance in Java ?
a US company has filed my H1B visa ,, and i got selected in random number process.I wanna ask Could they ask regarding my languages(java,c++) or there will b just general questions?? And wat kind of questions will they ask in embassy interview??
what is Bootstrap loader program?
How many ways can a thread be used?
difference. between List and Set?
2 Answers Campus Interaction, HCL, Infotech,
what is the proxy pattern?
What are the advanatages of RMI ?
whats is mean by connectionpooling
which is the better collection class if the requirement is only displaying the data
Explain the different types of memory used by jvm?
For which statements does it make sense to use a label?