Michael_S_Smith

FieldStyle Values and Bound Fields

0 votes

FieldStyle has static types for BOUND_COMPANY, BOUND_NAME, and BOUND_DATE, but these values do not appear in the values returned by FieldStyle.values(). I would like to look up the FieldStyle like FieldStyle.valueOf(SOME_NAME) but the call fails for the 'BOUND' types. Is there a reason those are not returned?


Reply to: FieldStyle Values and Bound Fields

0 votes

Hi Michael,

 

Thanks for brining it up to us! I believe it's a bug in Java SDK that not all instances are added to the FieldStyle.sdkValues, see the source code below:

https://github.com/OneSpan/esl.sdk.java/blob/dev/sdk/src/main/java/com/silanis/esl/sdk/FieldStyle.java

I'd like to raise a support ticket on your behalf and report it to R&D team.

 

Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off