Hi Folks,
I'm wondering if it is somehow possible to access the current state's name from the view (JSP).
Right now what I'm doing to make this possible is following:
That allows me to access my currentState variable from the view. The question is, is there a more direct way?Code:<render-actions> <evaluate-action expression="${currentState.id}"> <evaluation-result name="currentState" scope="flow"/> </evaluate-action> </render-actions>
Thanks,
Klaus.


Reply With Quote