Hello,
In plain HTML, the validation of an entry can be done with something like this :
<input type="text" id="t1" onKeyUp="alert(document.form1.t1.value)">
With htmlb:inputField however, I find nothing that can trigger an event when the user enters data.
Is there any way of validating the data that a user enters with the htmlb:inputField ?
Thanks in advance,
Dirk.