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 |
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
To make an object to begin executing as a separate thread, what method is used?
What is RRL?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
What will happens, when a thread cannot acquire a lock on an object?
What is Remote Server?
how to get value in combo for updation?
What is the relationship between the canvas class and the graphics class?
Explain the methods of Naming class, rebind( ) and lookup()?
Can you write Java code for declaration of multiple inheritance in Java ?
What is a sessionfactory? Is it a thread-safe object?
What’s jboss jbpm?