I am trying to create a dynamic form in which the user decide how many fields(most inputText or selectOneMenu) the form will have. The use-case scenario would be: - The user is asked how many questions his assignment will have - The user enters the number of questions(for example 5), and click submit, the next page will display a new form with exactly 5 inputText field.
Asked
Active
Viewed 44 times
0
-
Could you provide some more details about what you have tried so far, or problems encountered? See http://stackoverflow.com/help/how-to-ask for some helpful hints. – tegancp Jul 03 '15 at 23:03
-
right now I just know how to right basic jsf forms where the number of fileds is known from the get-go.