On Tue, 26 Jul 2011 06:39:01 -0300, Stephan Windmüller <stephan.windmuel...@tu-dortmund.de> wrote:

Imagine a questionnaire with many statements (rows). For each statement
you have to select if you agree with it or not on a scale from 1 to 10.
For this I need a RadioGroup for each row.

Add add="scale" in your Grid then <p:scale> <!-- radio group here --> </p:scale>. It's absolutely the same way as using a RadioGroup outside a Grid. It seems to me the only missing piece of the puzzle for you was how to add a column to a Grid.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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