If I write this in this way, <h:inputText id="txtDebtorLimit" size="20" value="#DebtorController.currentDebtor.limit}"/> <h:message for="txtDebtorLimit" errorClass="error_message"/>
when error occured, it shows: txtCustomerID Value is required. But I want to change txtCustomerID to support mulit language, it should fetch value from resource bundle at first. Can I do that? Is that means I have to rewrite all validator in My Faces implementation? -- Anthony Hong

