RE: Default values for Multiple Select

2005-10-19 Thread Rassmann, Natalie D
Paul, I am dealing with a multiple select tag... Ie Natalie -Original Message- From: Paul Benedict [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 2005 7:11 PM To: Struts Users Mailing List Subject: Re: Default values for Multiple Select Natalie, Your question isn&#

Re: Default values for Multiple Select

2005-10-18 Thread Paul Benedict
Natalie, Your question isn't clear If you're dealing with multiple checkboxes, the property backing them should be a String[] so you can capture all the values selected. If you're dealing with multiple options of a radio group, only one option will ever be selected. Paul

RE: Default values for Multiple Select

2005-10-18 Thread Dharmendra . Sharan
values for Multiple Select Hi - I am trying to get the default values for a multiple select to work when more than one option is selected. It seems as though I only can get one of the options marked as selected when several are actually selected.Has anyone run into this before? Can anyone

Default values for Multiple Select

2005-10-18 Thread Rassmann, Natalie D
Hi - I am trying to get the default values for a multiple select to work when more than one option is selected. It seems as though I only can get one of the options marked as selected when several are actually selected.Has anyone run into this before? Can anyone help me? Natalie Rassmann