On Tue, 12 Jan 2010 10:33:11 -0200, antb59 <ant...@gmail.com> wrote:

Hello again,

Hi again! :)

<t:loop source="surveys" value="surveyLoopValue" encoder="surveyEncoder">
  <t:surveys.surveySuggestionsForm  surveyId="${surveyLoopValue.id}" />
</t:loop>

It probably isn't the source of your problem, but never use expansions in component parameters.

In this case, when a form is submited, the related surveySuggestionsForm
didn't seem to receive the correct value for the list named "suggestions",
and an exception is throwed :

Try using some value of Loop's formState parameter.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to