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
Where can I ask questions and make suggestions about seam?
Why do I get a duplicate name error when loading a jar file?
What is clustering? What are the different algorithms used for clustering?
When a thread blocks on i/o?
Can I run seam outside of jboss as?
What is the diffrence between a local-tx-datasource and a xa-datasource?
Why are component architectures useful?
what is a portable component?
Which are the different segments of memory?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
Do you think that java should have had pointers?
what is handle?
What is difference between object state and behavior?
How can I avoid validating a form before data is entered?
What is prototype?