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:
Code:
   <render-actions>
	<evaluate-action expression="${currentState.id}">
	       <evaluation-result name="currentState" scope="flow"/>
	</evaluate-action>
   </render-actions>
That allows me to access my currentState variable from the view. The question is, is there a more direct way?


Thanks,

Klaus.