Hi all,
i started with Java and JSF two weeks ago and made quite some progress (at least i think so
) thanks alot to many posters here!
I 'm writing an OnlineQuiz where Questions, Answers and Results are read from a DB and displayed, but now i got a problem
which i can't solve because any example given is just like the way i've written it.
The possible answers are displayed but no matter if the boxes are checked or not the set property is never called only the get
JSF part:
bean part
NewQuiz is an Object of Quiz which has an ArrayList Property with all answers per question as Strings.
When the button is clicked the index of the questions ArrayList is increased and the next question and the answers are written into the properties
and loaded into the form.
Please can anybody help me? I'm stuck here now for for two days trying many possible ways to achieve what i need and i have no ideas left.
I even have written a method to analyze the results already which i never get...
P.S. "Frage" = Question, "Antwort" = Answer and "Ergebnis" = Result