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 abstract schema?
How messaging services are done, before release of JMS?
Is the ternary operator written x : y ? Z or x ? Y : z ?
How will the struts know which action class to call when you submit a form?
What is thread deadlock? How to resolve thread deadlock?
what is the difference between System.out.println and out.println in java
What is preemptive and Non-preemptive Time Scheduling?
What is ripple effect?
How a component can be placed on Windows?
Describe responsibilities of Activator?
how i secure my site with the https protocol.what are the steps?
How to determine applet?s height and width?