Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi.
I have a wizard with treeBuilder as step.
Tree is constructed by implementing TreeHandler (to be exact MyTreeHadler extends TreeHandlerAdapter).
I have variable in MyTreeHadler to write some log during tree creation.
Is there any way to get this variable in wizard FormProcessor?
Thanks.
Solved! Go to Solution.
Solution is to use nmCommandBean.getSessionBean().getStorage()
Solution is to use nmCommandBean.getSessionBean().getStorage()
