What is the DynaActionForm? How we implement the
dynaactionform ? can u please tell me the way to implement?
in understandable way?
Answer Posted / karnakar
if u have number of jsps in ur application,and in evrey jsp
if u have common propertys like <html:username>for this if
u use actin form for every jsp u need to write action
form ,insted of writing actionform,we configure that
properties into dynaaction form ,by doing this we are
reducing time,
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which class of struts is responsible to converts data types from string and vice versa?
Which file is used by controller to get mapping information for request routing?
Does Struts2 action and interceptors are thread safe?
What do you mean by actionmapping?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the purpose of action-mappings tag in struct-config.xml?
What is the purpose of @doublerangefieldvalidator annotation?
Why was reload removed from struts (since 1.1)?
Explain the necessity of empty tag?
What is the purpose of @key?
What are the core classes of the struts framework?
What are action classes in struts?
What do you know about validation plugin ?
What are the two types of validations supported by validator framework?
How interceptor works in struts 2?