When should be opt for struts framework?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of struct-config.xml in struct2?
Why is it called struts?
How display data base errors on web console by using the Struts Framework?
What is the purpose of plug-in tag in struct-config.xml?
Which design pattern the interceptors in struts2 is based on?
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
What is role of action class?
What is actioninvocation?
Can i use constructor in Action Class?If yes how?
How exceptions are handled in struts application?
What is the purpose of @emailvalidator?
What is difference between struts1 and struts2?