x19dotnet 0 Newbie Poster

please help me out.

i've one class named Exam whose members are Question[].
i've another class named Question whose members are:
QuestionID, QuestionText,ChoiceA,ChoiceB,Answer.

i've 2 jsp pages named:
1. TakeTest.jsp
2. PreviewTestAnswers.jsp

TakeTest.jsp displays all questions (with Text, Choices) under one Exam.
PreviewTestAnswers.jsp will display same Questions with Answers.

i can see the question details in first page.
problem here is to get questions with answers (that was submitted) in the next page.

please provide me clue how i can get this.

# i'm using weblogic workshop 8.1, definitely pageFlowController (.jpf), netui-tags.

i'm very much in need of help to solve this. i appreciate your concern and help.
thank you.