<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<br>
<div class="moz-cite-prefix">On 6/2/17 4:42 PM, Cantor, Scott wrote:<br>
</div>
<blockquote type="cite"
cite="mid:F7FC5161-D2F8-4B4C-B7F2-F8BA983EF206@osu.edu">
<pre wrap="">On 6/2/17, 4:29 PM, "users on behalf of Paul B. Henson" <a class="moz-txt-link-rfc2396E" href="mailto:users-bounces@shibboleth.netonbehalfofhenson@cpp.edu"><users-bounces@shibboleth.net on behalf of henson@cpp.edu></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Can you put this on-entry debugging stuff inside a
decision-state stanza as well as an action-state stanza?
</pre>
</blockquote>
<pre wrap="">
I would think so, don't know if I've ever tried.
-- Scott</pre>
</blockquote>
<br>
Yes, according to the schema. [1] All of the state types take an
<on-entry> element.<br>
<br>
Fyi, they also all take a similar <on-exit> (except for
<end-state> for obvious reasons. But there is a separate
<flow> element called <on-end> for that case). So you
could bracket a state with entry/exit logging or whatever else you
want.<br>
<br>
<view-state> also takes a similar <on-render>. <br>
<br>
<br>
[1] <a class="moz-txt-link-freetext" href="http://www.springframework.org/schema/webflow/spring-webflow.xsd">http://www.springframework.org/schema/webflow/spring-webflow.xsd</a><br>
<br>
<br>
<br>
</body>
</html>