Re: Generating Dynamic radio button list

2009-06-25 Thread BlackKnight
Jim Kiley ??: You need to provide Struts with an actual List (or Set or the like). It looks like you are providing a single String. You will need to parse that String out into a List of Strings in order for to treat it as a List. jk 2009/6/24 BlackKnight Hi, I am trying to generate a d

Re: Generating Dynamic radio button list

2009-06-24 Thread Jim Kiley
You need to provide Struts with an actual List (or Set or the like). It looks like you are providing a single String. You will need to parse that String out into a List of Strings in order for to treat it as a List. jk 2009/6/24 BlackKnight > Hi, > > I am trying to generate a dynamic raido bu

Generating Dynamic radio button list

2009-06-24 Thread BlackKnight
Hi, I am trying to generate a dynamic raido buttom list using where optionvalue is stored in database equal #{'Faculty':'Faculty','Staff':'Staff','Resident':'Resident','Intern':'Intern'} however struts2 doesn't generate the radio button list intead he generate only 1 radio button with value eq