1 Reply Latest reply on Aug 28, 2010 3:25 AM by akshayjain7983

    problem with <rich:inplaceInput>

    akshayjain7983

      I want inplaceInput to display as input box always and never as a label. And the defaultLabel to be displayed as text inside it. When user clicks it then it becomes blank and allows user to enter value. below is what i did:

       

      <rich:inplaceInput defaultLabel="System Generated ID" id="nodeId" value="#{nodeFlowBean.nodeVo.id}" inputWidth="200%" layout="block"></rich:inplaceInput>

       

      What am I missing here? I want it to at least look as a input box always. layout="block" doesn't seems to be working or is it any other value that i must set/unset along with layout attribute?