3 Replies Latest reply on Nov 8, 2007 7:04 AM by damianharvey

    selectOneMenu, selectItems, convertEntity and null value

    erik.d.hellman

      Ok, I figure my previous question was a bit unclear, so I'll try again. :)

      I have JSF page with a h:selectOneMenu. Inside it I have a s:selectItems with the attributes noSelectionLabel='-' and hideNoSelection='false'. I also have s:convertEntity.

      Is it possible to somehow force Seam to set the value of the field in my Entity specified in the h:selectOneMenu to null, or do I have to create a new converter and handle it all manually?

      Thanks in advance!

      // Erik