Hi all,

I noticed a weird behaviour using Spring webflow 2.0.6 and spring webmvc 2.5.6 over the select tag.

I'm using a converter to automatically convert the attribute from my form and options in my collection. Everything is converted alright both sides, but there is an issue with the isSelected feature (from options tag).

I was hoping that isSelected method would actually compare the String-converted object to check equality. Apparently not. Is that normal?

Is this issue part of SWF project or does it has its place here?

Thanks for your help