List some bundled validators?
No Answer is Posted For this Question
Be the First to Post Answer
How do I install struts?
is it possible to see actionservlet in my system. if yes how
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
How to add ms-word file in struts at the same time how to add images
Why actionservlet is singleton in struts?
whats is mean Actionerrors and Actionerror?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
How Struts internally works? For Example if we type the URL "/login.do" how the process goes internaly? How the struts-config.xml loaded?
What is Custom Type Converter in Struts2?
I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the
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 is the difference between ServletContext and ServletConfig?