0

I want to hide this Inputext, but when I click on **true **it appears. the code is bellow :

<div class="ui-sm-12 ui-md-4 ui-lg-5">
                    <p:selectOneRadio id="inptRME" value="#{bean.value}"
                        unselectable="true">
                        <f:selectItem itemLabel="true" itemValue="true" />
                        <f:selectItem itemLabel="false" itemValue="false" />
                    </p:selectOneRadio>
                </div>

// this is what i wanna to hide and apears by true value

 <div class="ui-sm-12 ui-md-4 ui-lg-5" >
                    <p:inputText id="inptRES" value="#{bean.value2}"/>
                </div>

thank's all

enter image description here

MEDZ
  • 2,227
  • 2
  • 14
  • 18

0 Answers0