Re: Help with Dynamic Number of Form Elements

2012-05-03 Thread Thiago H. de Paula Figueiredo
Hi! On Wed, 02 May 2012 20:56:18 -0300, Ryon Day wrote: @property private List _questionSelectModels; // This is never null; it's populated during onPrepareForRender(); @propertyprivate SelectModel _currentModel Here is my Template: t:formState="ITERATION"> Question: t:value="selectedQue

Re: Help with Dynamic Number of Form Elements

2012-05-03 Thread Lance Java
.getQuiz(String quizId); // initialize answeredQuestions // initialize answerMap } } tml ${current.question.question} -- View this message in context: http://tapestry.1045711.n5.nabble.com/Help-with-Dynamic-Number-of-Form-Elements-tp5681909p5682584.html Sent from the Tapestr

Help with Dynamic Number of Form Elements

2012-05-02 Thread Ryon Day
Hello all! First time poster and rest assured that I've used the search functionality on Nabble to see if there are similar problems to mine, and I haven't yet stumbled across my own use case yet (and I find that to be a huge surprise!). Anyway, I want to state my problem in a precise and unamb