Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have save a set of data inside a vector in tJavaflex component. after that I generate global variable for my array as follows
globalMap.put("MyEnvironment", myEnv);
where myEnv is a vector of string.
How I can reuse this global variable in another component like tMap ( as a vector that i can index it)
By the way I tried myv = (java.util.Vector<String>)globalMap.get("MyEnvironment"); to retrieve my vector but it return null !
Hi, I forget to tell that myEnv is not a column name it is arrayList variable I generate it inside tJavaflex component. The most important thing is that why when I try to use this global variable (inside tmap for example) it consider it just as String not arraylist ?
Thanks to all and hope to help faster