-
dshellman added peterox to the iScreen project.
2009-02-17 01:06:17 UTC in iScreen
-
Thanks for the patch. As opposed to putting the fix where you've got it, I put the same basic fix in the OgnlProperyMapping class, as this is where the actual work is done of mapping the constraint to the validator. This fix will be part of the next release.
2009-02-08 01:38:59 UTC in iScreen
-
dshellman committed revision 31 to the iScreen SVN repository, changing 1 files.
2009-02-08 01:36:12 UTC in iScreen
-
Add the ability to define a logical OR operator across a set of 'use-validation-set' elements. Effectively, this would provide the ability to have only one of the contained 'use-validation-set' calls return without exception to successfully validate the object graph. If all in the set failed, but one succeeded, then the set would be successful.
2008-11-28 16:28:55 UTC in iScreen
-
Add the ability to use or reference resources (i.e. resource bundles) from within other resource bundles or within the configuration. For example, you might have a resource key/value with embedded OGNL that has a ${resourceId.keyId} to pull a string from another resource.
2008-10-08 23:16:30 UTC in iScreen
-
Provide the ability, via the API, to programmatically modify the current configuration for validation. Ensure that this modification is thread-safe.
This should allow the developer to inspect and modify constraints on validators, as well as adjust conditionals, mappings, etc.
2008-10-08 23:12:25 UTC in iScreen
-
The code is not thread-safe.
2008-10-08 23:07:56 UTC in iScreen
-
When I loaded the existing I-Screen DTD into Oxygen XML (XML editor and authoring tool) I get a warning indicating that there is no element definition in the DTD.
To fix the problem please add the following line somewhere in the DTD:
The exact error message I get is:
W [Xerces] The content model of element "constraint" refers to the...
2008-10-08 23:04:24 UTC in iScreen
-
In addition to a file, allow a generic InputStream to be used as the input for an XML document. Note that this would require a plug-in or something to support includes properly (i.e. how do resource bundles, included configuration files, etc. get found?).
2008-10-08 23:00:41 UTC in iScreen
-
Add the ability to reference a resource (i.e. resource bundle or internal resources) within the configuration of a constraint for a validator.
2008-09-27 18:51:02 UTC in iScreen