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 |
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What are the classes used in struts?
What is the difference between validation.xml and validator-rules.xml files in struts?
Explain struts.devmode?
What is the use of interceptor?
Why was reload removed from struts (since 1.1)?
What is the purpose of @customvalidator annotation?
In strurt why w use two differnt files web.xml and strut config.xml?
Are struts still used?
Why are struts tightly coupled?
Who wrote struts?
How an actionform bean is created?