| Validation Events???
Not sure, but I think what you want to do would be possible. For each JTextField, you will instantiate a ValidationListener (using a factory method conveniently provided by the library). With each suc . . .
|
Simple Validation
» General Discussion
|
April 16, 2010 00:56
by: Tim Boudreau
|
| current trunk and custom ValidationListenerFactory
Hi Milos, I'll try to take a look at this ... soonish..! I haven't looked at the code for a long time (since Tim's latest merge), and I'm not sure I'll be able to understand it either :-) but I'll lo . . .
|
Simple Validation
» General Discussion
|
March 26, 2010 22:41
by: hugoheden
|
| Validation Events???
Hmm, if the former, I don't think it's possible to do this in a non-hackish way. It is possible on the trunk however. If creating a new ValidationListener using the static ValidationListenerFactory.cr . . .
|
Simple Validation
» General Discussion
|
April 16, 2010 00:56
by: Tim Boudreau
|
| Validation Events???
Hi Bonzo, Are you using ValidationAPI 0.4 (downloadable from url: http://kenai.com/projects/simplevalidation/downloads ) or are you compiling from svn trunk?
|
Simple Validation
» General Discussion
|
April 16, 2010 00:56
by: Tim Boudreau
|
| Table validation
Ah, good explanation, I understand now. I hadn't thought about this, but it does seem like pretty valid and common use-cases. Given the simplicity of the code changes needed it all seems reasonable. T . . .
|
Simple Validation
» General Discussion
|
February 14, 2010 07:30
by: noelopan
|
| Table validation
Hi noelopan, > Would you please consider adding JTable support? I can't speak for Tim -- and he's the boss -- but yes, I'd definitely consider that. It seems only natural considering that we support . . .
|
Simple Validation
» General Discussion
|
February 14, 2010 07:30
by: noelopan
|
| Create/show warning messages
> If you want i will also brief you on scenario's why i require such a functionality. Yes, it would actually be interesting to hear how you're using this. If your use case is supported, it could perh . . .
|
Simple Validation
» General Discussion
|
February 09, 2010 00:02
by: hugoheden
|
| Component Decorator icon remains even if there are no errors.
This sounds like a bug, that should not be happening. Could you provide with a small test case that triggers this behavior? A lot of things have been happening with the library since last release (Val . . .
|
Simple Validation
» General Discussion
|
February 19, 2010 18:54
by: Tim Boudreau
|
| The dev-hh-2 branch
During the weekend I thought I'd work on the code a bit as discussed in this forum thread. Tim, how would that fit with what you're currently doing? o) Things I thought I would work on: * Finish t . . .
|
Simple Validation
» General Discussion
|
January 29, 2010 09:53
by: hugoheden
|
| The dev-hh-2 branch
Yes, I'm slightly concerned with ValidationGroup being non-final. To me this looks like a typical case of mixing API and SPI, doesn't it? The type() solution sounds like it could work.
|
Simple Validation
» General Discussion
|
January 29, 2010 09:53
by: hugoheden
|