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’s jboss cache in short?
Do I have to use jsps with my application?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Where we can write Rmi registry in the code, without having to write it at the command prompt?
How will you pass parameters in RMI? Why do you serialize?
Why won’t the jvm terminate when I close all the application windows?
What is UniCastRemoteObject and what is its use in RMI?
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
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
How do you download stubs from a Remote place?
Explain about local interfaces.
Differences between applications and applets?