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?
Connection Pooling with different type of databases?
Explain RMI Architecture?
What are the oops concept?
Brief description about local interfaces?
how the action can be map from jsp page to bean class in mvc1
What are the methods used for inter-thread communication? and in what class these methods are defined?
how can we load a file of a user in the database table?
how java is os independent language ?
Describe, in general, how java's garbage collector works?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
Why do threads block on i/o?