i have for example this code:
| <start-state name="a">
| <transition to="b" name="bTS"></transition>
| </start-state>
|
|
| <state name="b">
| <transition to="c" name="cTS"></transition>
| </state>
|
i want, when i am in state 'b', access an parameter that is declared for that
state.
do you understand?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133688#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...