Hi,

I would like to check whether a user entry is a valid e-mail address each time a key is pressed.

When I use f:ajax with event="keyup" inside tc:in, Tobago complains that this event is not valid. It seems like this event is not implemented.

  <tc:in id="username" value="#{loginController.username}" label="User" focus="true">
   <f:ajax event="keyup" listener="#{loginController.checkMel}" />
  </tc:in>


Is there a workaround for this ?

Regards.

--
Jean-François MAUREL
PIMECA
http://www.pimeca.com

Reply via email to