Results 1 to 2 of 2

Thread: Wedding tutorial - @SessionAttributes("rsvp") - unknown

  1. #1
    Join Date
    Jul 2011
    Location
    Wokingham UK
    Posts
    35

    Default Wedding tutorial - @SessionAttributes("rsvp") - unknown

    Using STS 2.7.1 and following the wedding tutorial.

    After you run the script supplied in the roo samples, you are then told the follow from 'final steps' in the blog. But edditing PublicRsvpController.java as instructed

    adds the NEW line
    @SessionAttributes("rsvp")
    which produces tons of errors, the key one saying -

    Multiple markers at this line
    - The attribute value is undefined for the annotation type SessionAttributes
    - SessionAttributes cannot be resolved to a type

  2. #2
    Join Date
    Dec 2011
    Location
    Eden Prairie, MN
    Posts
    14

    Default

    I too am following the wedding tutorial. I too have the same error with regards to the SessionAttributes. Any luck figuring it out in the months since?

Posting Permissions

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