Could anyone please tell me what this error is supposed to signify:
Nvm, I got it now...
Could anyone please tell me what this error is supposed to signify:
Nvm, I got it now...
Last edited by Kristofer; Feb 18th, 2010 at 07:24 AM.
From what I see, I would say you are missing the following lines:The attribute 'to' in a transition must refer to the 'id' attribute of an existing state.Code:<view-state id="step3"> <transition on="confirm" to="confirmed" /> <transition on="cancel" to="cancelled" /> </view-state>
yeah, I noticed after staring at the screen for about an hour. guess I was thinking about the states too much in terms of jsp:s. Thanks for replying anyway!