Re: Select Tag - Odd Behavior

2007-05-09 Thread Brian Trzupek
Laurie, Yeah - Walking through code now. I will post back if I can resolve this one. b- On May 9, 2007, at 9:56 PM, Laurie Harper wrote: The only thing I can think of is that the collection is of a type s:select doesn't support, or that the individual elements in the collection are not

Re: Select Tag - Odd Behavior

2007-05-09 Thread Laurie Harper
The only thing I can think of is that the collection is of a type s:select doesn't support, or that the individual elements in the collection are not what you think they are. I can't see anything from the details you've posted that looks wrong. Maybe it would help to grab a copy of the Struts

Re: Select Tag - Odd Behavior

2007-05-09 Thread Brian Trzupek
Laurie, Here are some more details. I have a collection of beans (simple pojo's - com.xyz.SomePojo ) that have a name and description field, both are strings. This is what the 'credential.credentialGenerators' call returns. If I use the S2 select tag the name and value for the option(s) in

Re: Select Tag - Odd Behavior

2007-05-08 Thread Laurie Harper
Brian Trzupek wrote: I am using Struts 2 (tried 2.0.1-2.0.6) and am having bizarre behavior with the select tag in a jsp page. My code looks like this: emptyOption="true" listKey="name" listValue="name"/> id="hider"/> When I do this the list gets displayed w

Select Tag - Odd Behavior

2007-05-08 Thread Brian Trzupek
I am using Struts 2 (tried 2.0.1-2.0.6) and am having bizarre behavior with the select tag in a jsp page. My code looks like this: emptyOption="true" listKey="name" listValue="name"/> id="hider"/> When I do this the list gets displayed with the fully qualifi