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 struts.devmode?
what is the disadvantage of struts frame work?
What is value stack?
Which configuration file is used for storing jsp configuration information in struts?
What are the pros of struts 2?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
collection framework hirarchy?
What is the difference between struts1 and struts2?
Difference between ActionErrors and ActionMessage?
how to write uploadphoto in the insert update delete using struts? write code struts and jsp jdbc
what is the difference between page and pageContext implicit variables