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!?
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.