can i call multipule form beans in Action class?
Answer Posted / 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 View All Answers
Can I run seam outside of jboss as?
What is the relation between the infobus and rmi?
What must a class do to implement an interface?
What are the services in RMI ?
Is infobus easy to use?
How to pass parameters in RMI?
Why are component architectures useful?
What is the purpose of the wait() method?
What is the map interface?
What is table mutation and how do you avoid it?
What is the highest-level event class of the event-delegation model?
How is a java object message delivered to a non-java client?
Explain RMI Architecture?
How messaging services are done, before release of JMS?
What is ioc concept & explain it?