casting to java.util.Stack RPE-JavaScript
hi,
i need work with Stack for recursive alg' so i created 2 JavaScript Code element :
1.at start of the templet and i write in it
stack = new java.util.Stack;
stack.push("something");
(stack is internal var of the Templet)
2. at the end of the themplet
i want to pop the data from this var so i need to make casting to java.util.Stack and i don't know how!?