|
From: Aaron D. (JIRA) <no...@at...> - 2006-11-15 14:20:50
|
[ http://opensource.atlassian.com/projects/spring/browse/RCP-438?page=comments#action_20847 ] Aaron Digulla commented on RCP-438: ----------------------------------- This is the standard Java number parser. It will stop parsing as soon as it detects an illegal character but won't complain (unless it's the first character of the string). It's a feature. My guess is that they need this behavior to parse dates where a parent parser uses child parsers to munge through the input. > Inline validation of Integer fields > ----------------------------------- > > Key: RCP-438 > URL: http://opensource.atlassian.com/projects/spring/browse/RCP-438 > Project: Spring Framework Rich Client Project > Type: Bug > Components: Binding System > Versions: 0.2.1 > Reporter: Danie Roux > > Validation does not execute after initial key-press. > For example: > Fails validation > a9999 > .09js > Passes validation > 9aaaa > 1.2 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |