How to pass runtime Parameter in Struts1.2?
Answers were Sorted based on User's Feedback
Answer / parmar priti
pass the variable form jsp to action class using hidden
field and declare that variable into the action class and
create the getter shetter mathod of that variable
Is This Answer Correct ? | 9 Yes | 6 No |
Answer / satish
We can define the parameter in strutsconfig.xml like
dynaActionForm and extents our ActionForm to DynaActionForm.
So there is no need to write setter and getter method.
Is This Answer Correct ? | 4 Yes | 4 No |
what is the difference between model1 and model2 architecture in struts?
What is the difference between RequestProcessor and RequestDispatcher?
11 Answers Ness Technologies, TCS,
What is the purpose of @validations annotation?
What is the purpose of @conversion annotation annotation?
is it necessary to write struts-confing.xml ,what tags are important in that xml file?
What are result types in struts?
What is the purpose of @expressionvalidator annotation?
why do we typecast ActionForm into out plain java bean class in Action class?
What is the purpose of @element?
How struts2 supports internationalization?
Why we use struts in java?
What is defeult result type?