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 |
Which components are available using actioncontext map?
What is the purpose of @validations annotation?
struts 1.3 features?
What should be the name of xml file used for validation in struts?
How we can configured action mapping in struts?
Explain how can we upload files in struts2 application?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips
What's the purpose of execute method of action class?
What are the life cycle methods of interceptor?
Do you need an alignment after replacing struts?
Does Struts2 action and interceptors are thread safe?