Provide some important Struts2 constants that you have used?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How action-mapping tag is used for request forwarding in struts configuration file?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
Can explain about the validations and in your project where did u used the validations?
Can we write our own ActionServlet for front controller of Struts Applications?
What is the difference between Jakarta Struts and Apache Struts? Which one is better to use?
How do you customize ActionServlet?
Can we use struts and spring together?
how you implement and maintain your struts project by using MVC2 arch?
What do you mean by action errors and what are the results they force?
what is ACID test for fresh engineers??what is the pattern??
Which design pattern the interceptors in struts2 is based on?