Have the supported rule attributes been changed in the latest tdk?
I've stepped through the code and it would appear that when parsing the rule
tags in the xml file Intake is now looking for a name and value attribute.
Here is the method from the Rule class:
public void loadFromXML (Attributes attrib)
{
setName(attrib.getValue("name"));
setValue(attrib.getValue("value"));
}
It no longer seems to support the attributes described in the service
documentation such as minLength.
Can anyone shed some light on this?
Cheers,
James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]