Revision: 3626
http://vexi.svn.sourceforge.net/vexi/?rev=3626&view=rev
Author: clrg
Date: 2009-08-27 09:35:18 +0000 (Thu, 27 Aug 2009)
Log Message:
-----------
More helpful error output on missing transitions
Modified Paths:
--------------
trunk/widgets/org.vexi.pageflow/src/vexi/pageflow/pageflow.t
Modified: trunk/widgets/org.vexi.pageflow/src/vexi/pageflow/pageflow.t
===================================================================
--- trunk/widgets/org.vexi.pageflow/src/vexi/pageflow/pageflow.t
2009-08-26 19:05:29 UTC (rev 3625)
+++ trunk/widgets/org.vexi.pageflow/src/vexi/pageflow/pageflow.t
2009-08-27 09:35:18 UTC (rev 3626)
@@ -73,7 +73,7 @@
if (state) {
var transition = state.transitions[name];
- if (transition==null) throw "no such transition: '" +
name+"'";
+ if (transition==null) throw "no such transition: '" +
name+"' for state '"+state.name+"'";
var next = transition.next;
if (next=="[exit]") state = null;
else if (next=="[self]") state = state;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn