What types of validations are available in xml based validation in struts2?
No Answer is Posted For this Question
Be the First to Post Answer
How can we get Servlet API Request, Response, HttpSession etc Objects in action classes?
How do you convert struts to springs?
What is action chaining ?
What is the purpose of @beforeresult annotation?
How to work with error tags?
What is the purpose of @doublerangefieldvalidator?
can anybody tell.what is the difference between Forward Action and Action Forward?
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.
What’s the utilization of struts.xml configuration file?
How client side validation is enabled on a jsp form?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
Is struts mvc framework?