1 Reply Latest reply on May 20, 2009 4:45 PM by oneworld95

    Need advice on simple app

    oneworld95

      I'm new to Seam and need to build an app that does the following:
      - User accesses a page with a dropdown box list.
      - Based on what the user chose, we display a set of questions.
      - Store answers in the session.
      - Email questions/answers.


      So nothing is stored in a database or fetched from one. I've created a User Seam component by using the @Name. It contains get/set properties to match the form fields. However, I'm lost as to how to set the values in the Seam component and have those propagate to other pages. Thanks.