Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference is not working when using with parameter from type string array #255

Closed
itaiag opened this issue Mar 28, 2016 · 0 comments
Closed

Comments

@itaiag
Copy link
Contributor

itaiag commented Mar 28, 2016

When trying to use reference value in parameter from type string_array the reference is deleted and the toString() value of a string array is shown instead.

Steps to reproduce:

  • Create a BB with parameter from type string_array
  • Set reference value to the parameter. e.g. ${Pass}

Actual result:
When the handle ui event will happen, the value of the parameter will be replaced with something like:
[Ljava/lang.String;@1fb1270

Expected result
The parameter value should be kept ${Pass}

Environment:
JSystem 6.1.02

@itaiag itaiag added this to the 6.1.03 milestone Mar 28, 2016
@itaiag itaiag self-assigned this Mar 28, 2016
@itaiag itaiag closed this as completed Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant