how can i fetch combo box value into my DAO using struts 2?
Answer Posted / murali krishna yella
Hi friends, What i feel is.....
The above answer is partially correct.sharath has taken
only 2 things(multiple select and single select) into the
considaration, I think along with with those to we hav to
take one more thing(UI tag <s:checkbox/> or
<s:checkboxlist/> ) what we are using in the User interface
into considaration while giving the answer.
When we are using <s:checkboxlist/> tag in the usr
interface for displaying the Checkbox(s) , the Data type in
our struts2 action is List.
Thank you friends
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is DynaActionForm?
Define struts?
How can we work with error tags?
What is difference between lookupdispatchaction and dispatchaction?
How can link tag’s action attribute be used?
What is the purpose of @requiredstringvalidator annotation?
What steps are required to for an application migration from Struts1 to Struts2?
What are apache struts?
What are the some useful annotations introduced in struts2?
What is the difference between struts and spring? Explain
What is difference between interceptors and filters?
What are the Core classes of Struts Framework?
What is the difference between struts and spring?
What is struts.devmode?
What is http redirect?