How you will make available any message resources definitions file to the struts framework environment?
No Answer is Posted For this Question
Be the First to Post Answer
Where should struts xml be placed?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
what is the disadvantages of using DynaActionForm in struts framework?
What are pull and push mvc architecture and which architecture does struts2 follow?
When wil use singleton class in Struts
What are inner class and anonymous class?
What is struts-default package and what are it’s benefits?
How action mapping is configured in Struts?
Can we integrate struts with spring?
Which interceptor is responsible for file upload support?
How many instances of servlet usually run in a 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