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 struts in java?
What steps are required to for an application migration from Struts1 to Struts2?
What is the purpose of action-mappings tag in struct-config.xml?
Explain about logic match tag?
how can u handle run time exceptions in struts and jsp plz explain briefly not single word answer?
how canu done chechin and check out of u r project using with sample examples?
What is the purpose of plug-in tag in struct-config.xml?
What are the some useful annotations introduced in struts2?
Briefly tell the two kinds of form beans.
How you will enable front-end validation based on the xml in validation.xml?
What is interceptor? And life cycle methods of interceptor?
What are construction struts?