<a4j:outputPanel id="tapalSectionSendToPanel" ajaxsingle="true">
<h:inputText id="sendToId1" value="#{MainBean.SectionBean.sendTo}"
class="createresizedTextbox"
required="true" requiredMessage="#{msg.labl_required}"
disabled="true" />
<h:message for="sendToId1" style="color:red" />
</a4j:outputPanel>
空の検証のためにテキストボックスを検証する必要があり、テキストボックスに値を入力せずにボタンをクリックすると必須と表示されます。なくても問題なく動作し disabled="true"
ます。私の要件に代わるものは何ですか。