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 |
When a thread blocks on i/o?
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
is servlet,struts are threadsafe or not.please telme correct answer
Difference between loadclass and class.forname?
what is handle?
What is MOM?
Do we need to override service() method
What is a tasks priority and how is it used in scheduling?
Write a singleton program?
what is a dirty read?
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
what is the use of Object Factories?