Can you call Action class methods from Struts config.xml?
Answer / arjun
No why means already we have predefine classes but we cannot
use methods
| Is This Answer Correct ? | 12 Yes | 4 No |
What is the purpose of struct-config.xml in struct2?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
In which method of action class the business logic is executed?
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
In web.xml file instead of *.do can i write *.ibm, Specify with example
how to debug struts project in netbean ?
Explain the components of struts?
What are apache struts?
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Why do we use struts?
Explain the life cycle of a request in struct2 application?
What is apache struts used for?