RE: html:options selected

2006-11-15 Thread Thor Kristensen
-Original Message- > From: Søren Blidorf [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 15, 2006 12:24 PM > To: 'Struts Users Mailing List' > Subject: SV: html:options selected > > Hi Mano. > > Thanks for your help > > Could you explain it a

RE: html:options selected

2006-11-15 Thread Saeed, Rada
Wednesday, November 15, 2006 12:57 PM To: Struts Users Mailing List Subject: html:options selected Hi. I am trying to get html:select to work for my purpose. Can anybody help me.. c_stand is a String value from PeopleBean in request.getAttribute("people"); cs is a collection

SV: html:options selected

2006-11-15 Thread Søren Blidorf
l: 'Struts Users Mailing List' Emne: RE: html:options selected Yes u can...just set the value of c_stand to value "test2" in action class.. where u load this page...then it shud work.. Regards, Mano -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED]

RE: html:options selected

2006-11-15 Thread Mano Chinthaka Dasanayaka
st Subject: html:options selected Hi. I am trying to get html:select to work for my purpose. Can anybody help me.. c_stand is a String value from PeopleBean in request.getAttribute("people"); cs is a collection containing values in OptionValueBean. If cs contains values test1,

html:options selected

2006-11-15 Thread Søren Blidorf
Hi. I am trying to get html:select to work for my purpose. Can anybody help me.. c_stand is a String value from PeopleBean in request.getAttribute("people"); cs is a collection containing values in OptionValueBean. If cs contains values test1, test2 and test3 and c_stand contains test2 I wa