が設定されている場合、読み取り専用の inputText は検証されませんrequired="true"
。
<h:panelGrid columns="3" id="townShipPanelGroup">
<p:inputText value="#{AddNewLifeProposalActionBean.beneficiariesInfoDTO.residentAddress.township == null ? '' : AddNewLifeProposalActionBean.beneficiariesInfoDTO.residentAddress.township.name}"
style="width:250px;margin-left:-4px;" id="townShip" readonly="true">
<f:validateLength maximum="36"/>
</p:inputText>
<p:commandLink immediate="true" oncomplete="selectTownShipDialog.show()" id="selectTownShipDialogLink" action="#{AddNewLifeProposalActionBean.loadTownshipList()}">
<h:graphicImage url="/images/search.png" style="height:30px;width:30px"/>
</p:commandLink>
</h:panelGrid>