Re: Select Options Question

2005-09-01 Thread glenn . deschenes
you use to delimit the key and value will end up in the value and then the fun starts ! HTH, Glenn [EMAIL PROTECTED] 01/09/2005 12:07 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Struts Users Mailing List Subject Re: Select Optio

Re: Select Options Question

2005-09-01 Thread BHansard
"Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Select Options Question I'm not sure I understand... do you just need to have the group name when you display the detail for the selected item, or do you need the entire select list (to avoi

Re: Select Options Question

2005-09-01 Thread Frank W. Zammetti
I'm not sure I understand... do you just need to have the group name when you display the detail for the selected item, or do you need the entire select list (to avoid getting it from the datavase each time?) If you just need the grou pname, could you simply put the group name in session? May

Re: Select Options Question

2005-09-01 Thread netsql
Chapter 16 in wiki struts book will tell you how to use options collections w/ DAO, and it has a lab. hth, .V [EMAIL PROTECTED] wrote: I am sure there is a slick way to do this, but it escapes me at the moment. I have a Select Box that I am populating with the tag The result is: Group

Select Options Question

2005-09-01 Thread BHansard
I am sure there is a slick way to do this, but it escapes me at the moment. I have a Select Box that I am populating with the tag The result is: Group 1 Group 2 Group 3 ... I need the value for DAO actions performed from the search which will return a detail bean for display o