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 bean? Where can it be used?
the advantages of polymorphic
Can I use multiple html form elements with the same name?
What is RPC?
Is a class a subclass of itself?
what is a portable component?
What is chat area? Explain.
the same information whether it will connect to the database or it will be used previous information?
Where can I ask questions and make suggestions about seam?
What is ripple effect?
Why a client should be multithreading? Explain.
When a thread blocks on i/o, what state does it enter?