casting to java.util.Stack RPE-JavaScript
![](http://jazz.net/_images/myphoto/fff99248988b5fb0eca3357ec61da131.jpg)
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!?