getDataType always returns 0

Helllo!
I have some fields in Applinx defined as numeric, and others as alphanumeric, because they should have a different behaviour.

I have tried to obtain with java their type with the following code:

protected void checkValue(final GXITextFieldTag element){
System.out.println(" DataType: " + element.getHostField().getDataType());
}

But it always prints 0.

Do you know how can I obtain the kind of field?

Thanks in advance

Rafael,

it sounds like a bug, please open a support request (do mention which ApplinX version it was)

Thanks!