Re: PropertySelection components in tables

2007-02-13 Thread Davide Bruzzone
Hey Geoff... I didn't quite understand the code below but after much cranial banging, I've figured out how to do it. Since I'm new at Tapestry, I'll post the solution tomorrow for everyone to look at (in case I'm doing something very unTapestry-like/BadTM...). BTW, I'll post the solution tomorro

Re: PropertySelection components in tables

2007-02-13 Thread abc_tec
Davide, For this problem I only have code that worked in T3 using the ListEdit component. In T4 you should use the For component. I hope the clue you're looking for will be in here nonetheless... value="ognl:picksModel.key" listener="ognl:listeners.synchronizePick" element="tr">

PropertySelection components in tables

2007-02-11 Thread Davide Bruzzone
Greetings all... I've been trying to set up a table where each row contains several columns whose values can be selected from a PropertySelection component. I'm able to get the table to render when the page is first loaded but haven't figured out how to track the selected item in each dropdown ce