where you store password in banking project
How does interceptor work in struts2?
What is the default suffix for Struts2 action URI and how can we change it?
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 life cycle of an interceptor?
What types of Actions we have in Struts?
Can you explain the directory structure for a struts folder in brief ?
Can we have more than one struts-config.xml file for a single struts application?
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
who will run the execute method in struts?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
What is xml based validation in struts2?
What are the life cycle methods of interceptor?