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
What is the relation between the infobus and rmi?
How are the elements of a cardlayout organized?
Explain what is orm?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
what is handle?
what are memory considerations of jsp compares to other web components?
Are enterprise beans allowed to use thread.sleep()?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What are the different types of exception?
Java is fully object oriented languages or not?
what is an isolation level?
Explain the different types of memory used by jvm?
What is permgen or permanent generation?
Is a class a subclass of itself?
Are we allowed to change the transaction isolation property in middle of a transaction?