Use <f:validateBean> where on you set the disabled attribute. <h:inputText value="#{bean.input}"> <f:validateBean disabled="#{bean.draft}" /> </h:inputText>.
確定! 回上一頁