Fixed pack in does not recognize uuid reference.

This commit is contained in:
Heng Sin Low 2010-12-28 07:26:09 +08:00
parent 3f6be1c60d
commit 7470545d87
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public class PoFiller{
continue;
}
Element e = element.properties.get(qName);
if ("table".equalsIgnoreCase(e.attributes.getValue("reference"))) {
if (ReferenceUtils.isTableLookup(e) || ReferenceUtils.isUUIDLookup(e)) {
int id = setTableReference(qName);
if (id < 0) {
notFounds.add(qName);