Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can i fetch combo box value into my DAO using struts 2?

Answers were Sorted based on User's Feedback



how can i fetch combo box value into my DAO using struts 2?..

Answer / sarath kumar ch

If your combo box is multiple select :
Declare one array String variable in your action.And that
variable name should match with the combo box name. Then you
will get all the selected values into your action. There you
pass those variable to your DAO.

If your combo box is single select you can directly declare
a variable in your action as the same name with combo box.

Sarath

Is This Answer Correct ?    18 Yes 3 No

how can i fetch combo box value into my DAO using struts 2?..

Answer / dsaf

Action - service -DAO

Create getter setters for name attribute in action otherwise u cant pass the values as parameters to DAo

Is This Answer Correct ?    3 Yes 1 No

how can i fetch combo box value into my DAO using struts 2?..

Answer / 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

More Struts Interview Questions

What are action errors and error and what are the consequences they impose?

0 Answers  


Can we integrate struts with spring?

0 Answers  


Can we handle exceptions in Struts programmatically?

0 Answers  


Can we write our own ActionServlet for front controller of Struts Applications?

2 Answers   NIIT,


what is the advantages and diadvantages of Struts?

1 Answers  


What is difference between perform() used in struts1.0 and execute() used in 1.1 ?

3 Answers   Infotech,


What is the difference between requestaware and servletrequestaware interface?

0 Answers  


Explain about tiles?

0 Answers  


What is pojo in struts2?

0 Answers  


what is struts? why Struts?

6 Answers   CTS, Infosys, TCS,


How struts control data flow?

0 Answers  


Why was reload removed from struts (since 1.1)?

0 Answers  


Categories