It's all about the answers!

Ask a question

casting to java.util.Stack RPE-JavaScript


Naor Ben David (888) | asked Jul 17 '14, 6:04 a.m.
 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!


Register or to post your answer.


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.