I am trying to post the following :
<input name="answer[1][]" value="Answer 1 question 1"/>
<input name="answer[1][]" value="Answer 2 question 1"/>
<input name="answer[2][]" value="Answer 1 question 2"/>
<input name="answer[2][]" value="Answer 2 question 2"/>
Unfortunately I receive a coldfusion error when posting:
Expression-Element ANSWER is undefined in a Java object of type class [Ljava.lang.String;.
Anyone has an idea on how to solve this problem?