On 1/30/07, Paul Spencer <[EMAIL PROTECTED]> wrote:
Version 1.1.0-SNAPSHOT
<snip/> Could you try an updated snap, one thats post this issue: http://issues.apache.org/struts/browse/SHALE-403 -Rahul
I would like a transition to be selected when a bean's field is not empty. If
the field is
an empty string, "", or null I do not want the transition executed. Below is
the syntax in JSF EL.
#{not empty dialogData.companyId}
What is the equivalent in SCXML?
<transition ... cond=" ? "/>
Paul Spencer
