Results 1 to 3 of 3

Thread: What is going on here?!

  1. #1

    Default What is going on here?!

    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.

  2. #2
    Join Date
    Jul 2008
    Posts
    157

    Default

    From what I see, I would say you are missing the following lines:
    Code:
    <view-state id="step3">
        <transition on="confirm" to="confirmed" />
        <transition on="cancel" to="cancelled" />
    </view-state>
    The attribute 'to' in a transition must refer to the 'id' attribute of an existing state.

  3. #3

    Default

    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •