Yeah the problem is that I needed to do that on every key press. Ajax is
too slow for that.
--
Ing. Leonardo Quijano Vincenzi
DTQ Software
Kent Tong wrote:
Leonardo Quijano Vincenzi <leonardo <at> dtqsoftware.com> writes:
The approach I'm taking is basically using regular expression matching
on every keypress to detect whether the next code will be valid
according to the general regexp. But I can't seem to find any partial
match flag or operator for RegExp for me to do something like this:
If you can't find any javascript library that does that, you may use
AJAX and do it in Java on the server side. The hitEnd() method in
the Matcher class can do what you want.
--
Author of a book for learning Tapestry (www.agileskills2.org/EWDT)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]