hi everyone, i wanna know if there's something like this:
<html>
...
<body onload="validateText()">
....
<h:inputTextarea id="textArea" value="#{textBean.text}"
onkeyup="validateText()">
... for tobago..
I need to validate some field (or even apply a mask for tc:date) when
I'm pressing the keys on the specified input, so I was looking for
some way to call a java script and do that the same way I would do
using the html core, using the onkeyup method...
thanks :)

