6 Replies Latest reply on Mar 3, 2009 10:50 AM by andresvargasr

    inplaceSelect value not has selected in view whit f:selectIt

      Hi i'm trying to make a inplaceSelect that have a value def selected.... but i'can't to made it.... this is the view code

      <rich:inplaceSelect changedClass="inplace" id="Barrio" styleClass="normal"
       viewClass="inplace" viewHoverClass="hover" required="true" value="7">
       <f:selectItems value="#{ValidPrincipalOrdenBean.defaultItemsBarrio}"/>
       </rich:inplaceSelect>


      I'm sure that barrio whit code 7 is render, but it has been selected....I thinking that this is a bug beacause with f:selectItem run ok....